#290818

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

Shades of Blackberry #290818

Tints of Blackberry #290818

Color information

#290818 (or 0x290818) is unknown color: approx Blackberry. HEX triplet: 29, 08 and 18. RGB value is (41,8,24). Sum of RGB (Red+Green+Blue) = 41+8+24=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #290818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290818 is #D6F7E7. Grayscale: #131313. Windows color (decimal): -14088168 or 1574953. OLE color: 1574953.

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

Color convert

RGB41824-
CMYK00.800.410.84
HSL330.91º67.35%9.61%-
HSV(B)330.91º80.49%16.08%-
XYZ1.170.710.94-
YUV19.69130.43143.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=56.16%
G=10.96%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4182400.800.410.84330.9167.359.61
Hex29818050295414b43a
Octal51103001205112451310312
Binary10100110001100001010000101001101010010100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290818; }

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

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

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

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

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

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

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

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