#4D0C2A

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

Shades of Blackberry #4D0C2A

Tints of Blackberry #4D0C2A

Color information

#4D0C2A (or 0x4D0C2A) is unknown color: approx Blackberry. HEX triplet: 4D, 0C and 2A. RGB value is (77,12,42). Sum of RGB (Red+Green+Blue) = 77+12+42=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C2A is #B2F3D5. Grayscale: #222222. Windows color (decimal): -11727830 or 2755661. OLE color: 2755661.

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

Color convert

RGB771242-
CMYK00.840.450.70
HSL332.31º73.03%17.45%-
HSV(B)332.31º84.42%30.2%-
XYZ3.612.012.39-
YUV34.86132.03158.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 58.78%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=58.78%
G=9.16%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77124200.840.450.70332.3173.0317.45
Hex4DC2A0542D4614c4911
Octal115145201245510651411121
Binary10011011100101010010101001011011000110101001100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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