#4F132D

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

Shades of Blackberry #4F132D

Tints of Blackberry #4F132D

Color information

#4F132D (or 0x4F132D) is unknown color: approx Blackberry. HEX triplet: 4F, 13 and 2D. RGB value is (79,19,45). Sum of RGB (Red+Green+Blue) = 79+19+45=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F132D is #B0ECD2. Grayscale: #272727. Windows color (decimal): -11594963 or 2954063. OLE color: 2954063.

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

Color convert

RGB791945-
CMYK00.760.430.69
HSL334º61.22%19.22%-
HSV(B)334º75.95%30.98%-
XYZ3.932.322.72-
YUV39.9130.88155.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=55.24%
G=13.29%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79194500.760.430.6933461.2219.22
Hex4F132D04C2B4514e3d13
Octal11723550114531055167523
Binary10011111001110110101001100101011100010110100111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,19,45); }

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

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

 a { background-color: rgb(79,19,45); }

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

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

 span { border-color: rgb(79,19,45); }

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