#29031A

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

Shades of Blackberry #29031A

Tints of Blackberry #29031A

Color information

#29031A (or 0x29031A) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 1A. RGB value is (41,3,26). Sum of RGB (Red+Green+Blue) = 41+3+26=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #29031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29031A is #D6FCE5. Grayscale: #101010. Windows color (decimal): -14089446 or 1704745. OLE color: 1704745.

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

Color convert

RGB41326-
CMYK00.930.370.84
HSL323.68º86.36%8.63%-
HSV(B)323.68º92.68%16.08%-
XYZ1.130.611.04-
YUV16.98133.09145.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 58.57%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=58.57%
G=4.29%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132600.930.370.84323.6886.368.63
Hex2931A05D2554144569
Octal5133201354512450412611
Binary101001111101001011101100101101010010100010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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