#4F0E2B

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

Shades of Blackberry #4F0E2B

Tints of Blackberry #4F0E2B

Color information

#4F0E2B (or 0x4F0E2B) is unknown color: approx Blackberry. HEX triplet: 4F, 0E and 2B. RGB value is (79,14,43). Sum of RGB (Red+Green+Blue) = 79+14+43=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E2B is #B0F1D4. Grayscale: #242424. Windows color (decimal): -11596245 or 2821711. OLE color: 2821711.

HSL color Cylindrical-coordinate representation of color #4F0E2B: hue angle of 333.23º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F0E2B is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB791443-
CMYK00.820.460.69
HSL333.23º69.89%18.24%-
HSV(B)333.23º82.28%30.98%-
XYZ3.822.152.5-
YUV36.74131.53158.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 14 (5.86% from 255) = 10.29%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=58.09%
G=10.29%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79144300.820.460.69333.2369.8918.24
Hex4FE2B0522E4514d4612
Octal117165301225610551510622
Binary10011111110101011010100101011101000101101001101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,14,43); }

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

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

 a { background-color: rgb(79,14,43); }

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

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

 span { border-color: rgb(79,14,43); }

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