#29051E

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

Shades of Blackberry #29051E

Tints of Blackberry #29051E

Color information

#29051E (or 0x29051E) is unknown color: approx Blackberry. HEX triplet: 29, 05 and 1E. RGB value is (41,5,30). Sum of RGB (Red+Green+Blue) = 41+5+30=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #29051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29051E is #D6FAE1. Grayscale: #121212. Windows color (decimal): -14088930 or 1967401. OLE color: 1967401.

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

Color convert

RGB41530-
CMYK00.880.270.84
HSL318.33º78.26%9.02%-
HSV(B)318.33º87.8%16.08%-
XYZ1.20.671.29-
YUV18.61134.43143.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=53.95%
G=6.58%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4153000.880.270.84318.3378.269.02
Hex2951E0581B5413e4e9
Octal5153601303312447611611
Binary101001101111100101100011011101010010011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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