#29061E

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

Shades of Blackberry #29061E

Tints of Blackberry #29061E

Color information

#29061E (or 0x29061E) is unknown color: approx Blackberry. HEX triplet: 29, 06 and 1E. RGB value is (41,6,30). Sum of RGB (Red+Green+Blue) = 41+6+30=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #29061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29061E is #D6F9E1. Grayscale: #131313. Windows color (decimal): -14088674 or 1967657. OLE color: 1967657.

HSL color Cylindrical-coordinate representation of color #29061E: hue angle of 318.86º 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 #29061E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB41630-
CMYK00.850.270.84
HSL318.86º74.47%9.22%-
HSV(B)318.86º85.37%16.08%-
XYZ1.210.71.3-
YUV19.2134.1143.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.25%
GREEN value IS 6 (2.73% from 255) = 7.79%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=53.25%
G=7.79%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4163000.850.270.84318.8674.479.22
Hex2961E0551B5413f4a9
Octal5163601253312447711211
Binary101001110111100101010111011101010010011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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