#290A18

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

Shades of Blackberry #290A18

Tints of Blackberry #290A18

Color information

#290A18 (or 0x290A18) is unknown color: approx Blackberry. HEX triplet: 29, 0A and 18. RGB value is (41,10,24). Sum of RGB (Red+Green+Blue) = 41+10+24=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #290A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290A18 is #D6F5E7. Grayscale: #141414. Windows color (decimal): -14087656 or 1575465. OLE color: 1575465.

HSL color Cylindrical-coordinate representation of color #290A18: hue angle of 332.9º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290A18 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB411024-
CMYK00.760.410.84
HSL332.9º60.78%10%-
HSV(B)332.9º75.61%16.08%-
XYZ1.190.750.95-
YUV20.86129.77142.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 54.67%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 24 (9.77% from 255) = 32%
R=54.67%
G=13.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41102400.760.410.84332.960.7810
Hex29A1804C295414d3da
Octal5112300114511245157512
Binary1010011010110000100110010100110101001010011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290A18; }

 p { color: rgb(41,10,24); }

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

<style>
 a { background-color: #290A18; }

 a { background-color: rgb(41,10,24); }

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

<style>
 span { border-color: #290A18; }

 span { border-color: rgb(41,10,24); }

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