#4F0936

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

Shades of Blackberry #4F0936

Tints of Blackberry #4F0936

Color information

#4F0936 (or 0x4F0936) is unknown color: approx Blackberry. HEX triplet: 4F, 09 and 36. RGB value is (79,9,54). Sum of RGB (Red+Green+Blue) = 79+9+54=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0936 is #B0F6C9. Grayscale: #222222. Windows color (decimal): -11597514 or 3541327. OLE color: 3541327.

HSL color Cylindrical-coordinate representation of color #4F0936: hue angle of 321.43º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0936 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB79954-
CMYK00.890.320.69
HSL321.43º79.55%17.25%-
HSV(B)321.43º88.61%30.98%-
XYZ3.992.123.69-
YUV35.06138.69159.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=55.63%
G=6.34%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7995400.890.320.69321.4379.5517.25
Hex4F93605920451415011
Octal117116601314010550112021
Binary10011111001110110010110011000001000101101000001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,9,54); }

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

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

 a { background-color: rgb(79,9,54); }

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

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

 span { border-color: rgb(79,9,54); }

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