#4F152F

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

Shades of Blackberry #4F152F

Tints of Blackberry #4F152F

Color information

#4F152F (or 0x4F152F) is unknown color: approx Blackberry. HEX triplet: 4F, 15 and 2F. RGB value is (79,21,47). Sum of RGB (Red+Green+Blue) = 79+21+47=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F152F is #B0EAD0. Grayscale: #292929. Windows color (decimal): -11594449 or 3085647. OLE color: 3085647.

HSL color Cylindrical-coordinate representation of color #4F152F: hue angle of 333.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F152F is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB792147-
CMYK00.730.410.69
HSL333.1º58%19.61%-
HSV(B)333.1º73.42%30.98%-
XYZ4.012.42.94-
YUV41.31131.22154.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=53.74%
G=14.29%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79214700.730.410.69333.15819.61
Hex4F152F049294514d3a14
Octal11725570111511055157224
Binary10011111010110111101001001101001100010110100110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,47); }

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

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

 a { background-color: rgb(79,21,47); }

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

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

 span { border-color: rgb(79,21,47); }

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