#29021E

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

Shades of Blackberry #29021E

Tints of Blackberry #29021E

Color information

#29021E (or 0x29021E) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 1E. RGB value is (41,2,30). Sum of RGB (Red+Green+Blue) = 41+2+30=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29021E is #D6FDE1. Grayscale: #101010. Windows color (decimal): -14089698 or 1966633. OLE color: 1966633.

HSL color Cylindrical-coordinate representation of color #29021E: hue angle of 316.92º 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 #29021E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB41230-
CMYK00.950.270.84
HSL316.92º90.7%8.43%-
HSV(B)316.92º95.12%16.08%-
XYZ1.170.611.28-
YUV16.85135.42145.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=56.16%
G=2.74%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4123000.950.270.84316.9290.78.43
Hex2921E05F1B5413d5b8
Octal5123601373312447513310
Binary10100110111100101111111011101010010011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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