#4F1939

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

Shades of Blackberry #4F1939

Tints of Blackberry #4F1939

Color information

#4F1939 (or 0x4F1939) is unknown color: approx Blackberry. HEX triplet: 4F, 19 and 39. RGB value is (79,25,57). Sum of RGB (Red+Green+Blue) = 79+25+57=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1939 is #B0E6C6. Grayscale: #2C2C2C. Windows color (decimal): -11593415 or 3742031. OLE color: 3742031.

HSL color Cylindrical-coordinate representation of color #4F1939: hue angle of 324.44º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F1939 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB792557-
CMYK00.680.280.69
HSL324.44º51.92%20.39%-
HSV(B)324.44º68.35%30.98%-
XYZ4.312.654.16-
YUV44.79134.89152.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.07%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=49.07%
G=15.53%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79255700.680.280.69324.4451.9220.39
Hex4F19390441C451443414
Octal11731710104341055046424
Binary1001111110011110010100010011100100010110100010011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,57); }

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

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

 a { background-color: rgb(79,25,57); }

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

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

 span { border-color: rgb(79,25,57); }

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