#4F0B34

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

Shades of Blackberry #4F0B34

Tints of Blackberry #4F0B34

Color information

#4F0B34 (or 0x4F0B34) is unknown color: approx Blackberry. HEX triplet: 4F, 0B and 34. RGB value is (79,11,52). Sum of RGB (Red+Green+Blue) = 79+11+52=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0B34 is #B0F4CB. Grayscale: #232323. Windows color (decimal): -11597004 or 3410767. OLE color: 3410767.

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

Color convert

RGB791152-
CMYK00.860.340.69
HSL323.82º75.56%17.65%-
HSV(B)323.82º86.08%30.98%-
XYZ3.962.153.45-
YUV36.01137.03158.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 11 (4.69% from 255) = 7.75%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=55.63%
G=7.75%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79115200.860.340.69323.8275.5617.65
Hex4FB3405622451444c12
Octal117136401264210550411422
Binary10011111011110100010101101000101000101101000100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,11,52); }

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

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

 a { background-color: rgb(79,11,52); }

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

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

 span { border-color: rgb(79,11,52); }

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