#4F203C

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

Shades of Blackberry #4F203C

Tints of Blackberry #4F203C

Color information

#4F203C (or 0x4F203C) is unknown color: approx Blackberry. HEX triplet: 4F, 20 and 3C. RGB value is (79,32,60). Sum of RGB (Red+Green+Blue) = 79+32+60=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F203C is #B0DFC3. Grayscale: #313131. Windows color (decimal): -11591620 or 3940431. OLE color: 3940431.

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

Color convert

RGB793260-
CMYK00.590.240.69
HSL324.26º42.34%21.76%-
HSV(B)324.26º59.49%30.98%-
XYZ4.563.024.62-
YUV49.24134.07149.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=46.20%
G=18.71%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79326000.590.240.69324.2642.3421.76
Hex4F203C03B18451442a16
Octal1174074073301055045226
Binary1001111100000111100011101111000100010110100010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,32,60); }

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

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

 a { background-color: rgb(79,32,60); }

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

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

 span { border-color: rgb(79,32,60); }

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