#4F132E

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

Shades of Blackberry #4F132E

Tints of Blackberry #4F132E

Color information

#4F132E (or 0x4F132E) is unknown color: approx Blackberry. HEX triplet: 4F, 13 and 2E. RGB value is (79,19,46). Sum of RGB (Red+Green+Blue) = 79+19+46=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F132E is #B0ECD1. Grayscale: #272727. Windows color (decimal): -11594962 or 3019599. OLE color: 3019599.

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

Color convert

RGB791946-
CMYK00.760.420.69
HSL333º61.22%19.22%-
HSV(B)333º75.95%30.98%-
XYZ3.952.332.83-
YUV40.02131.38155.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.86%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=54.86%
G=13.19%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79194600.760.420.6933361.2219.22
Hex4F132E04C2A4514d3d13
Octal11723560114521055157523
Binary10011111001110111001001100101010100010110100110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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