#4F1932

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

Shades of Blackberry #4F1932

Tints of Blackberry #4F1932

Color information

#4F1932 (or 0x4F1932) is unknown color: approx Blackberry. HEX triplet: 4F, 19 and 32. RGB value is (79,25,50). Sum of RGB (Red+Green+Blue) = 79+25+50=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1932 is #B0E6CD. Grayscale: #2B2B2B. Windows color (decimal): -11593422 or 3283279. OLE color: 3283279.

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

Color convert

RGB792550-
CMYK00.680.370.69
HSL332.22º51.92%20.39%-
HSV(B)332.22º68.35%30.98%-
XYZ4.152.593.3-
YUV44131.39152.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.30%
GREEN value IS 25 (10.16% from 255) = 16.23%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=51.30%
G=16.23%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79255000.680.370.69332.2251.9220.39
Hex4F1932044254514c3414
Octal11731620104451055146424
Binary10011111100111001001000100100101100010110100110011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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