#4F113D

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

Shades of Blackberry #4F113D

Tints of Blackberry #4F113D

Color information

#4F113D (or 0x4F113D) is unknown color: approx Blackberry. HEX triplet: 4F, 11 and 3D. RGB value is (79,17,61). Sum of RGB (Red+Green+Blue) = 79+17+61=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F113D is #B0EEC2. Grayscale: #282828. Windows color (decimal): -11595459 or 4002127. OLE color: 4002127.

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

Color convert

RGB791761-
CMYK00.780.230.69
HSL317.42º64.58%18.82%-
HSV(B)317.42º78.48%30.98%-
XYZ4.272.44.65-
YUV40.55139.54155.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.32%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=50.32%
G=10.83%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79176100.780.230.69317.4264.5818.82
Hex4F113D04E174513d4113
Octal117217501162710547510123
Binary10011111000111110101001110101111000101100111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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