#29091C

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

Shades of Blackberry #29091C

Tints of Blackberry #29091C

Color information

#29091C (or 0x29091C) is unknown color: approx Blackberry. HEX triplet: 29, 09 and 1C. RGB value is (41,9,28). Sum of RGB (Red+Green+Blue) = 41+9+28=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #29091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29091C is #D6F6E3. Grayscale: #141414. Windows color (decimal): -14087908 or 1837353. OLE color: 1837353.

HSL color Cylindrical-coordinate representation of color #29091C: hue angle of 324.38º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29091C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB41928-
CMYK00.780.320.84
HSL324.38º64%9.8%-
HSV(B)324.38º78.05%16.08%-
XYZ1.220.751.18-
YUV20.73132.1142.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=52.56%
G=11.54%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4192800.780.320.84324.38649.8
Hex2991C04E205414440a
Octal51113401164012450410012
Binary10100110011110001001110100000101010010100010010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29091C; }

 p { color: rgb(41,9,28); }

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

<style>
 a { background-color: #29091C; }

 a { background-color: rgb(41,9,28); }

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

<style>
 span { border-color: #29091C; }

 span { border-color: rgb(41,9,28); }

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