#4A021D

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

Shades of Blackberry #4A021D

Tints of Blackberry #4A021D

Color information

#4A021D (or 0x4A021D) is unknown color: approx Blackberry. HEX triplet: 4A, 02 and 1D. RGB value is (74,2,29). Sum of RGB (Red+Green+Blue) = 74+2+29=105 (13% of max value = 765). Red value is 74 (29.30% from 255 or 70.48% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 74 - color contains mainly: red. Hex color #4A021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A021D is #B5FDE2. Grayscale: #1A1A1A. Windows color (decimal): -11927011 or 1901130. OLE color: 1901130.

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

Color convert

RGB74229-
CMYK00.970.610.71
HSL337.5º94.74%14.9%-
HSV(B)337.5º97.3%29.02%-
XYZ3.071.591.31-
YUV26.61129.35161.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 70.48%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=70.48%
G=1.90%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7422900.970.610.71337.594.7414.9
Hex4A21D0613D471525ff
Octal11223501417510752213717
Binary1001010101110101100001111101100011110101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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