#4D0C34

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

Shades of Blackberry #4D0C34

Tints of Blackberry #4D0C34

Color information

#4D0C34 (or 0x4D0C34) is unknown color: approx Blackberry. HEX triplet: 4D, 0C and 34. RGB value is (77,12,52). Sum of RGB (Red+Green+Blue) = 77+12+52=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C34 is #B2F3CB. Grayscale: #232323. Windows color (decimal): -11727820 or 3411021. OLE color: 3411021.

HSL color Cylindrical-coordinate representation of color #4D0C34: hue angle of 323.08º 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 #4D0C34 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB771252-
CMYK00.840.320.70
HSL323.08º73.03%17.45%-
HSV(B)323.08º84.42%30.2%-
XYZ3.812.093.45-
YUV35.99137.03157.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.61%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=54.61%
G=8.51%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77125200.840.320.70323.0873.0317.45
Hex4DC3405420461434911
Octal115146401244010650311121
Binary10011011100110100010101001000001000110101000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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