#4F1431

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

Shades of Blackberry #4F1431

Tints of Blackberry #4F1431

Color information

#4F1431 (or 0x4F1431) is unknown color: approx Blackberry. HEX triplet: 4F, 14 and 31. RGB value is (79,20,49). Sum of RGB (Red+Green+Blue) = 79+20+49=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1431 is #B0EBCE. Grayscale: #282828. Windows color (decimal): -11594703 or 3216463. OLE color: 3216463.

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

Color convert

RGB792049-
CMYK00.750.380.69
HSL330.51º59.6%19.41%-
HSV(B)330.51º74.68%30.98%-
XYZ4.032.383.15-
YUV40.95132.55155.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=53.38%
G=13.51%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79204900.750.380.69330.5159.619.41
Hex4F143104B264514b3c13
Octal11724610113461055137423
Binary10011111010011000101001011100110100010110100101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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