#290518

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

Shades of Blackberry #290518

Tints of Blackberry #290518

Color information

#290518 (or 0x290518) is unknown color: approx Blackberry. HEX triplet: 29, 05 and 18. RGB value is (41,5,24). Sum of RGB (Red+Green+Blue) = 41+5+24=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #290518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290518 is #D6FAE7. Grayscale: #111111. Windows color (decimal): -14088936 or 1574185. OLE color: 1574185.

HSL color Cylindrical-coordinate representation of color #290518: hue angle of 328.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290518 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB41524-
CMYK00.880.410.84
HSL328.33º78.26%9.02%-
HSV(B)328.33º87.8%16.08%-
XYZ1.130.650.93-
YUV17.93131.43144.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 58.57%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=58.57%
G=7.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4152400.880.410.84328.3378.269.02
Hex2951805829541484e9
Octal5153001305112451011611
Binary1010011011100001011000101001101010010100100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290518; }

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

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

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

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

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

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

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

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