#2A0216

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

Shades of Blackberry #2A0216

Tints of Blackberry #2A0216

Color information

#2A0216 (or 0x2A0216) is unknown color: approx Blackberry. HEX triplet: 2A, 02 and 16. RGB value is (42,2,22). Sum of RGB (Red+Green+Blue) = 42+2+22=66 (8% of max value = 765). Red value is 42 (16.80% from 255 or 63.64% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0216 is #D5FDE9. Grayscale: #101010. Windows color (decimal): -14024170 or 1442346. OLE color: 1442346.

HSL color Cylindrical-coordinate representation of color #2A0216: hue angle of 330º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0216 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB42222-
CMYK00.950.480.84
HSL330º90.91%8.63%-
HSV(B)330º95.24%16.47%-
XYZ1.120.590.81-
YUV16.24131.25146.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 63.64%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=63.64%
G=3.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4222200.950.480.8433090.918.63
Hex2A21605F305414a5b9
Octal5222601376012451213311
Binary101010101011001011111110000101010010100101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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