#29001E

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

Shades of Blackberry #29001E

Tints of Blackberry #29001E

Color information

#29001E (or 0x29001E) is unknown color: approx Blackberry. HEX triplet: 29, 00 and 1E. RGB value is (41,0,30). Sum of RGB (Red+Green+Blue) = 41+0+30=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29001E is #D6FFE1. Grayscale: #0F0F0F. Windows color (decimal): -14090210 or 1966121. OLE color: 1966121.

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

Color convert

RGB41030-
CMYK010.270.84
HSL316.1º100%8.04%-
HSV(B)316.1º100%16.08%-
XYZ1.150.571.28-
YUV15.68136.08146.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 57.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=57.75%
G=0%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41030010.270.84316.11008.04
Hex2901E0641B5413c648
Octal5103601443312447414410
Binary1010010111100110010011011101010010011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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