#4F153A

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

Shades of Blackberry #4F153A

Tints of Blackberry #4F153A

Color information

#4F153A (or 0x4F153A) is unknown color: approx Blackberry. HEX triplet: 4F, 15 and 3A. RGB value is (79,21,58). Sum of RGB (Red+Green+Blue) = 79+21+58=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F153A is #B0EAC5. Grayscale: #2A2A2A. Windows color (decimal): -11594438 or 3806543. OLE color: 3806543.

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

Color convert

RGB792158-
CMYK00.730.270.69
HSL321.72º58%19.61%-
HSV(B)321.72º73.42%30.98%-
XYZ4.262.54.26-
YUV42.56136.72153.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=50%
G=13.29%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79215800.730.270.69321.725819.61
Hex4F153A0491B451423a14
Octal11725720111331055027224
Binary1001111101011110100100100111011100010110100001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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