#4F0B3C

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

Shades of Blackberry #4F0B3C

Tints of Blackberry #4F0B3C

Color information

#4F0B3C (or 0x4F0B3C) is unknown color: approx Blackberry. HEX triplet: 4F, 0B and 3C. RGB value is (79,11,60). Sum of RGB (Red+Green+Blue) = 79+11+60=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0B3C is #B0F4C3. Grayscale: #242424. Windows color (decimal): -11596996 or 3935055. OLE color: 3935055.

HSL color Cylindrical-coordinate representation of color #4F0B3C: hue angle of 316.76º 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 #4F0B3C is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB791160-
CMYK00.860.240.69
HSL316.76º75.56%17.65%-
HSV(B)316.76º86.08%30.98%-
XYZ4.162.234.49-
YUV36.92141.03158.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.67%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=52.67%
G=7.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79116000.860.240.69316.7675.5617.65
Hex4FB3C056184513d4c12
Octal117137401263010547511422
Binary1001111101111110001010110110001000101100111101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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