#4F113A

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

Shades of Blackberry #4F113A

Tints of Blackberry #4F113A

Color information

#4F113A (or 0x4F113A) is unknown color: approx Blackberry. HEX triplet: 4F, 11 and 3A. RGB value is (79,17,58). Sum of RGB (Red+Green+Blue) = 79+17+58=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F113A is #B0EEC5. Grayscale: #282828. Windows color (decimal): -11595462 or 3805519. OLE color: 3805519.

HSL color Cylindrical-coordinate representation of color #4F113A: hue angle of 320.32º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F113A is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB791758-
CMYK00.780.270.69
HSL320.32º64.58%18.82%-
HSV(B)320.32º78.48%30.98%-
XYZ4.192.374.24-
YUV40.21138.04155.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.30%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=51.30%
G=11.04%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79175800.780.270.69320.3264.5818.82
Hex4F113A04E1B451404113
Octal117217201163310550010123
Binary10011111000111101001001110110111000101101000000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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