#4F1432

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

Shades of Blackberry #4F1432

Tints of Blackberry #4F1432

Color information

#4F1432 (or 0x4F1432) is unknown color: approx Blackberry. HEX triplet: 4F, 14 and 32. RGB value is (79,20,50). Sum of RGB (Red+Green+Blue) = 79+20+50=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1432 is #B0EBCD. Grayscale: #292929. Windows color (decimal): -11594702 or 3281999. OLE color: 3281999.

HSL color Cylindrical-coordinate representation of color #4F1432: hue angle of 329.49º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1432 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB792050-
CMYK00.750.370.69
HSL329.49º59.6%19.41%-
HSV(B)329.49º74.68%30.98%-
XYZ4.052.393.27-
YUV41.06133.05155.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.02%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=53.02%
G=13.42%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79205000.750.370.69329.4959.619.41
Hex4F143204B25451493c13
Octal11724620113451055117423
Binary10011111010011001001001011100101100010110100100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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