#29031D

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

Shades of Blackberry #29031D

Tints of Blackberry #29031D

Color information

#29031D (or 0x29031D) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 1D. RGB value is (41,3,29). Sum of RGB (Red+Green+Blue) = 41+3+29=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29031D is #D6FCE2. Grayscale: #111111. Windows color (decimal): -14089443 or 1901353. OLE color: 1901353.

HSL color Cylindrical-coordinate representation of color #29031D: hue angle of 318.95º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29031D is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB41329-
CMYK00.930.290.84
HSL318.95º86.36%8.63%-
HSV(B)318.95º92.68%16.08%-
XYZ1.170.631.22-
YUV17.33134.59144.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=56.16%
G=4.11%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132900.930.290.84318.9586.368.63
Hex2931D05D1D5413f569
Octal5133501353512447712611
Binary10100111111010101110111101101010010011111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29031D; }

 p { color: rgb(41,3,29); }

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

<style>
 a { background-color: #29031D; }

 a { background-color: rgb(41,3,29); }

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

<style>
 span { border-color: #29031D; }

 span { border-color: rgb(41,3,29); }

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