#4D072F

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

Shades of Blackberry #4D072F

Tints of Blackberry #4D072F

Color information

#4D072F (or 0x4D072F) is unknown color: approx Blackberry. HEX triplet: 4D, 07 and 2F. RGB value is (77,7,47). Sum of RGB (Red+Green+Blue) = 77+7+47=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D072F is #B2F8D0. Grayscale: #202020. Windows color (decimal): -11729105 or 3082061. OLE color: 3082061.

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

Color convert

RGB77747-
CMYK00.910.390.70
HSL325.71º83.33%16.47%-
HSV(B)325.71º90.91%30.2%-
XYZ3.651.932.87-
YUV32.49136.19159.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 58.78%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=58.78%
G=5.34%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7774700.910.390.70325.7183.3316.47
Hex4D72F05B27461465310
Octal11575701334710650612320
Binary1001101111101111010110111001111000110101000110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,7,47); }

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

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

 a { background-color: rgb(77,7,47); }

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

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

 span { border-color: rgb(77,7,47); }

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