#4A022C

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

Shades of Blackberry #4A022C

Tints of Blackberry #4A022C

Color information

#4A022C (or 0x4A022C) is unknown color: approx Blackberry. HEX triplet: 4A, 02 and 2C. RGB value is (74,2,44). Sum of RGB (Red+Green+Blue) = 74+2+44=120 (15% of max value = 765). Red value is 74 (29.30% from 255 or 61.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 74 - color contains mainly: red. Hex color #4A022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A022C is #B5FDD3. Grayscale: #1C1C1C. Windows color (decimal): -11926996 or 2884170. OLE color: 2884170.

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

Color convert

RGB74244-
CMYK00.970.410.71
HSL325º94.74%14.9%-
HSV(B)325º97.3%29.02%-
XYZ3.31.682.53-
YUV28.32136.85160.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 61.67%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=61.67%
G=1.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7424400.970.410.7132594.7414.9
Hex4A22C06129471455ff
Octal11225401415110750513717
Binary10010101010110001100001101001100011110100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,2,44); }

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

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

 a { background-color: rgb(74,2,44); }

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

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

 span { border-color: rgb(74,2,44); }

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