#2A0A21

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

Shades of Blackberry #2A0A21

Tints of Blackberry #2A0A21

Color information

#2A0A21 (or 0x2A0A21) is unknown color: approx Blackberry. HEX triplet: 2A, 0A and 21. RGB value is (42,10,33). Sum of RGB (Red+Green+Blue) = 42+10+33=85 (11% of max value = 765). Red value is 42 (16.80% from 255 or 49.41% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0A21 is #D5F5DE. Grayscale: #161616. Windows color (decimal): -14022111 or 2165290. OLE color: 2165290.

HSL color Cylindrical-coordinate representation of color #2A0A21: hue angle of 316.88º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A0A21 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.84.

Color convert

RGB421033-
CMYK00.760.210.84
HSL316.88º61.54%10.2%-
HSV(B)316.88º76.19%16.47%-
XYZ1.340.821.53-
YUV22.19134.1142.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 49.41%
GREEN value IS 10 (4.30% from 255) = 11.76%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=49.41%
G=11.76%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42103300.760.210.84316.8861.5410.2
Hex2AA2104C155413d3ea
Octal5212410114251244757612
Binary1010101010100001010011001010110101001001111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0A21; }

 p { color: rgb(42,10,33); }

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

<style>
 a { background-color: #2A0A21; }

 a { background-color: rgb(42,10,33); }

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

<style>
 span { border-color: #2A0A21; }

 span { border-color: rgb(42,10,33); }

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