#29011A

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

Shades of Blackberry #29011A

Tints of Blackberry #29011A

Color information

#29011A (or 0x29011A) is unknown color: approx Blackberry. HEX triplet: 29, 01 and 1A. RGB value is (41,1,26). Sum of RGB (Red+Green+Blue) = 41+1+26=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #29011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29011A is #D6FEE5. Grayscale: #0F0F0F. Windows color (decimal): -14089958 or 1704233. OLE color: 1704233.

HSL color Cylindrical-coordinate representation of color #29011A: hue angle of 322.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29011A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB41126-
CMYK00.980.370.84
HSL322.5º95.24%8.24%-
HSV(B)322.5º97.56%16.08%-
XYZ1.110.571.03-
YUV15.81133.75145.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 60.29%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=60.29%
G=1.47%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4112600.980.370.84322.595.248.24
Hex2911A06225541425f8
Octal5113201424512450213710
Binary10100111101001100010100101101010010100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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