#4C022F

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

Shades of Blackberry #4C022F

Tints of Blackberry #4C022F

Color information

#4C022F (or 0x4C022F) is unknown color: approx Blackberry. HEX triplet: 4C, 02 and 2F. RGB value is (76,2,47). Sum of RGB (Red+Green+Blue) = 76+2+47=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C022F is #B3FDD0. Grayscale: #1D1D1D. Windows color (decimal): -11795921 or 3080780. OLE color: 3080780.

HSL color Cylindrical-coordinate representation of color #4C022F: hue angle of 323.51º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C022F is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB76247-
CMYK00.970.380.70
HSL323.51º94.87%15.29%-
HSV(B)323.51º97.37%29.8%-
XYZ3.521.792.85-
YUV29.26138.02161.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.8%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=60.8%
G=1.6%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7624700.970.380.70323.5194.8715.29
Hex4C22F06126461445ff
Octal11425701414610650413717
Binary10011001010111101100001100110100011010100010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,2,47); }

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

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

 a { background-color: rgb(76,2,47); }

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

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

 span { border-color: rgb(76,2,47); }

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