#4C203B

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

Shades of Blackberry #4C203B

Tints of Blackberry #4C203B

Color information

#4C203B (or 0x4C203B) is unknown color: approx Blackberry. HEX triplet: 4C, 20 and 3B. RGB value is (76,32,59). Sum of RGB (Red+Green+Blue) = 76+32+59=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C203B is #B3DFC4. Grayscale: #303030. Windows color (decimal): -11788229 or 3874892. OLE color: 3874892.

HSL color Cylindrical-coordinate representation of color #4C203B: hue angle of 323.18º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C203B is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB763259-
CMYK00.580.220.70
HSL323.18º40.74%21.18%-
HSV(B)323.18º57.89%29.8%-
XYZ4.292.894.47-
YUV48.23134.08147.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=45.51%
G=19.16%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76325900.580.220.70323.1840.7421.18
Hex4C203B03A16461432915
Octal1144073072261065035125
Binary1001100100000111011011101010110100011010100001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,32,59); }

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

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

 a { background-color: rgb(76,32,59); }

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

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

 span { border-color: rgb(76,32,59); }

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