#4D002A

Color #4D002A Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #4D002A

Tints of Blackberry #4D002A

Color information

#4D002A (or 0x4D002A) is unknown color: approx Blackberry. HEX triplet: 4D, 00 and 2A. RGB value is (77,0,42). Sum of RGB (Red+Green+Blue) = 77+0+42=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D002A is #B2FFD5. Grayscale: #1B1B1B. Windows color (decimal): -11730902 or 2752589. OLE color: 2752589.

HSL color Cylindrical-coordinate representation of color #4D002A: hue angle of 327.27º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D002A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB77042-
CMYK010.450.70
HSL327.27º100%15.1%-
HSV(B)327.27º100%30.2%-
XYZ3.481.742.34-
YUV27.81136.01163.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 64.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=64.71%
G=0%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77042010.450.70327.2710015.1
Hex4D02A0642D4614764f
Octal11505201445510650714417
Binary1001101010101001100100101101100011010100011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D002A; }

 p { color: rgb(77,0,42); }

 H1.HeaderClassName
 {
   color: #4D002A;
 }
 .AnyTagClassName
 {
   color: #4D002A;
 }
</style>
background-color css

<style>
 a { background-color: #4D002A; }

 a { background-color: rgb(77,0,42); }

 div.DivClassName
 {
   background-color: #4D002A;
 }
 .BgClassName
 {
   background-color: #4D002A;
 }
</style>
border-color css

<style>
 span { border-color: #4D002A; }

 span { border-color: rgb(77,0,42); }

 td.TdClassName
 {
   border-color: #4D002A;
 }
 .TagClassName
 {
   border-color: #4D002A;
 }
</style>