#4F163B

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

Shades of Blackberry #4F163B

Tints of Blackberry #4F163B

Color information

#4F163B (or 0x4F163B) is unknown color: approx Blackberry. HEX triplet: 4F, 16 and 3B. RGB value is (79,22,59). Sum of RGB (Red+Green+Blue) = 79+22+59=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F163B is #B0E9C4. Grayscale: #2B2B2B. Windows color (decimal): -11594181 or 3872335. OLE color: 3872335.

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

Color convert

RGB792259-
CMYK00.720.250.69
HSL321.05º56.44%19.8%-
HSV(B)321.05º72.15%30.98%-
XYZ4.32.554.4-
YUV43.26136.88153.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.38%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=49.38%
G=13.75%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79225900.720.250.69321.0556.4419.8
Hex4F163B04819451413814
Octal11726730110311055017024
Binary1001111101101110110100100011001100010110100000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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