#4F152E

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

Shades of Blackberry #4F152E

Tints of Blackberry #4F152E

Color information

#4F152E (or 0x4F152E) is unknown color: approx Blackberry. HEX triplet: 4F, 15 and 2E. RGB value is (79,21,46). Sum of RGB (Red+Green+Blue) = 79+21+46=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F152E is #B0EAD1. Grayscale: #292929. Windows color (decimal): -11594450 or 3020111. OLE color: 3020111.

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

Color convert

RGB792146-
CMYK00.730.420.69
HSL334.14º58%19.61%-
HSV(B)334.14º73.42%30.98%-
XYZ3.992.42.84-
YUV41.19130.72154.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.11%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=54.11%
G=14.38%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79214600.730.420.69334.145819.61
Hex4F152E0492A4514e3a14
Octal11725560111521055167224
Binary10011111010110111001001001101010100010110100111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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