#4F1F39

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

Shades of Blackberry #4F1F39

Tints of Blackberry #4F1F39

Color information

#4F1F39 (or 0x4F1F39) is unknown color: approx Blackberry. HEX triplet: 4F, 1F and 39. RGB value is (79,31,57). Sum of RGB (Red+Green+Blue) = 79+31+57=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F39 is #B0E0C6. Grayscale: #303030. Windows color (decimal): -11591879 or 3743567. OLE color: 3743567.

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

Color convert

RGB793157-
CMYK00.610.280.69
HSL327.5º43.64%21.57%-
HSV(B)327.5º60.76%30.98%-
XYZ4.452.944.2-
YUV48.32132.9149.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=47.31%
G=18.56%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79315700.610.280.69327.543.6421.57
Hex4F1F3903D1C451482c16
Octal1173771075341055105426
Binary100111111111111001011110111100100010110100100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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