#29011E

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

Shades of Blackberry #29011E

Tints of Blackberry #29011E

Color information

#29011E (or 0x29011E) is unknown color: approx Blackberry. HEX triplet: 29, 01 and 1E. RGB value is (41,1,30). Sum of RGB (Red+Green+Blue) = 41+1+30=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #29011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29011E is #D6FEE1. Grayscale: #101010. Windows color (decimal): -14089954 or 1966377. OLE color: 1966377.

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

Color convert

RGB41130-
CMYK00.980.270.84
HSL316.5º95.24%8.24%-
HSV(B)316.5º97.56%16.08%-
XYZ1.160.591.28-
YUV16.27135.75145.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.94%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=56.94%
G=1.39%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4113000.980.270.84316.595.248.24
Hex2911E0621B5413c5f8
Octal5113601423312447413710
Binary1010011111100110001011011101010010011110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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