#4F1B37

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

Shades of Blackberry #4F1B37

Tints of Blackberry #4F1B37

Color information

#4F1B37 (or 0x4F1B37) is unknown color: approx Blackberry. HEX triplet: 4F, 1B and 37. RGB value is (79,27,55). Sum of RGB (Red+Green+Blue) = 79+27+55=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B37 is #B0E4C8. Grayscale: #2D2D2D. Windows color (decimal): -11592905 or 3611471. OLE color: 3611471.

HSL color Cylindrical-coordinate representation of color #4F1B37: hue angle of 327.69º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1B37 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB792755-
CMYK00.660.300.69
HSL327.69º49.06%20.78%-
HSV(B)327.69º65.82%30.98%-
XYZ4.312.723.91-
YUV45.74133.23151.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.07%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=49.07%
G=16.77%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79275500.660.300.69327.6949.0620.78
Hex4F1B370421E451483115
Octal11733670102361055106125
Binary1001111110111101110100001011110100010110100100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,27,55); }

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

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

 a { background-color: rgb(79,27,55); }

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

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

 span { border-color: rgb(79,27,55); }

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