#29091A

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

Shades of Blackberry #29091A

Tints of Blackberry #29091A

Color information

#29091A (or 0x29091A) is unknown color: approx Blackberry. HEX triplet: 29, 09 and 1A. RGB value is (41,9,26). Sum of RGB (Red+Green+Blue) = 41+9+26=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #29091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29091A is #D6F6E5. Grayscale: #141414. Windows color (decimal): -14087910 or 1706281. OLE color: 1706281.

HSL color Cylindrical-coordinate representation of color #29091A: hue angle of 328.12º 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 #29091A is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB41926-
CMYK00.780.370.84
HSL328.12º64%9.8%-
HSV(B)328.12º78.05%16.08%-
XYZ1.20.741.06-
YUV20.51131.1142.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=53.95%
G=11.84%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4192600.780.370.84328.12649.8
Hex2991A04E255414840a
Octal51113201164512451010012
Binary10100110011101001001110100101101010010100100010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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