#4D0D34

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

Shades of Blackberry #4D0D34

Tints of Blackberry #4D0D34

Color information

#4D0D34 (or 0x4D0D34) is unknown color: approx Blackberry. HEX triplet: 4D, 0D and 34. RGB value is (77,13,52). Sum of RGB (Red+Green+Blue) = 77+13+52=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D34 is #B2F2CB. Grayscale: #242424. Windows color (decimal): -11727564 or 3411277. OLE color: 3411277.

HSL color Cylindrical-coordinate representation of color #4D0D34: hue angle of 323.44º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D0D34 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB771352-
CMYK00.830.320.70
HSL323.44º71.11%17.65%-
HSV(B)323.44º83.12%30.2%-
XYZ3.822.113.46-
YUV36.58136.7156.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.23%
GREEN value IS 13 (5.47% from 255) = 9.15%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=54.23%
G=9.15%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77135200.830.320.70323.4471.1117.65
Hex4DD3405320461434712
Octal115156401234010650310722
Binary10011011101110100010100111000001000110101000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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