#4C022A

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

Shades of Blackberry #4C022A

Tints of Blackberry #4C022A

Color information

#4C022A (or 0x4C022A) is unknown color: approx Blackberry. HEX triplet: 4C, 02 and 2A. RGB value is (76,2,42). Sum of RGB (Red+Green+Blue) = 76+2+42=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C022A is #B3FDD5. Grayscale: #1C1C1C. Windows color (decimal): -11795926 or 2753100. OLE color: 2753100.

HSL color Cylindrical-coordinate representation of color #4C022A: hue angle of 327.57º 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 #4C022A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB76242-
CMYK00.970.450.70
HSL327.57º94.87%15.29%-
HSV(B)327.57º97.37%29.8%-
XYZ3.421.752.35-
YUV28.69135.52161.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.33%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 42 (16.80% from 255) = 35%
R=63.33%
G=1.67%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7624200.970.450.70327.5794.8715.29
Hex4C22A0612D461485ff
Octal11425201415510651013717
Binary10011001010101001100001101101100011010100100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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