#29061A

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

Shades of Blackberry #29061A

Tints of Blackberry #29061A

Color information

#29061A (or 0x29061A) is unknown color: approx Blackberry. HEX triplet: 29, 06 and 1A. RGB value is (41,6,26). Sum of RGB (Red+Green+Blue) = 41+6+26=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29061A is #D6F9E5. Grayscale: #121212. Windows color (decimal): -14088678 or 1705513. OLE color: 1705513.

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

Color convert

RGB41626-
CMYK00.850.370.84
HSL325.71º74.47%9.22%-
HSV(B)325.71º85.37%16.08%-
XYZ1.170.681.05-
YUV18.74132.1143.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=56.16%
G=8.22%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4162600.850.370.84325.7174.479.22
Hex2961A05525541464a9
Octal5163201254512450611211
Binary1010011101101001010101100101101010010100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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