#29021A

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

Shades of Blackberry #29021A

Tints of Blackberry #29021A

Color information

#29021A (or 0x29021A) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 1A. RGB value is (41,2,26). Sum of RGB (Red+Green+Blue) = 41+2+26=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #29021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29021A is #D6FDE5. Grayscale: #101010. Windows color (decimal): -14089702 or 1704489. OLE color: 1704489.

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

Color convert

RGB41226-
CMYK00.950.370.84
HSL323.08º90.7%8.43%-
HSV(B)323.08º95.12%16.08%-
XYZ1.120.591.03-
YUV16.4133.42145.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 59.42%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=59.42%
G=2.90%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4122600.950.370.84323.0890.78.43
Hex2921A05F25541435b8
Octal5123201374512450313310
Binary101001101101001011111100101101010010100001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29021A; }

 p { color: rgb(41,2,26); }

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

<style>
 a { background-color: #29021A; }

 a { background-color: rgb(41,2,26); }

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

<style>
 span { border-color: #29021A; }

 span { border-color: rgb(41,2,26); }

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