#4F1430

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

Shades of Blackberry #4F1430

Tints of Blackberry #4F1430

Color information

#4F1430 (or 0x4F1430) is unknown color: approx Blackberry. HEX triplet: 4F, 14 and 30. RGB value is (79,20,48). Sum of RGB (Red+Green+Blue) = 79+20+48=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1430 is #B0EBCF. Grayscale: #282828. Windows color (decimal): -11594704 or 3150927. OLE color: 3150927.

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

Color convert

RGB792048-
CMYK00.750.390.69
HSL331.53º59.6%19.41%-
HSV(B)331.53º74.68%30.98%-
XYZ4.012.383.04-
YUV40.83132.05155.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=53.74%
G=13.61%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79204800.750.390.69331.5359.619.41
Hex4F143004B274514c3c13
Octal11724600113471055147423
Binary10011111010011000001001011100111100010110100110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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