#4F1931

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

Shades of Blackberry #4F1931

Tints of Blackberry #4F1931

Color information

#4F1931 (or 0x4F1931) is unknown color: approx Blackberry. HEX triplet: 4F, 19 and 31. RGB value is (79,25,49). Sum of RGB (Red+Green+Blue) = 79+25+49=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1931 is #B0E6CE. Grayscale: #2B2B2B. Windows color (decimal): -11593423 or 3217743. OLE color: 3217743.

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

Color convert

RGB792549-
CMYK00.680.380.69
HSL333.33º51.92%20.39%-
HSV(B)333.33º68.35%30.98%-
XYZ4.132.583.19-
YUV43.88130.89153.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=51.63%
G=16.34%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79254900.680.380.69333.3351.9220.39
Hex4F1931044264514d3414
Octal11731610104461055156424
Binary10011111100111000101000100100110100010110100110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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