#4F162E

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

Shades of Blackberry #4F162E

Tints of Blackberry #4F162E

Color information

#4F162E (or 0x4F162E) is unknown color: approx Blackberry. HEX triplet: 4F, 16 and 2E. RGB value is (79,22,46). Sum of RGB (Red+Green+Blue) = 79+22+46=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F162E is #B0E9D1. Grayscale: #292929. Windows color (decimal): -11594194 or 3020367. OLE color: 3020367.

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

Color convert

RGB792246-
CMYK00.720.420.69
HSL334.74º56.44%19.8%-
HSV(B)334.74º72.15%30.98%-
XYZ42.432.84-
YUV41.78130.38154.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=53.74%
G=14.97%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79224600.720.420.69334.7456.4419.8
Hex4F162E0482A4514f3814
Octal11726560110521055177024
Binary10011111011010111001001000101010100010110100111111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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