#290415

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

Shades of Blackberry #290415

Tints of Blackberry #290415

Color information

#290415 (or 0x290415) is unknown color: approx Blackberry. HEX triplet: 29, 04 and 15. RGB value is (41,4,21). Sum of RGB (Red+Green+Blue) = 41+4+21=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290415 is #D6FBEA. Grayscale: #101010. Windows color (decimal): -14089195 or 1377321. OLE color: 1377321.

HSL color Cylindrical-coordinate representation of color #290415: hue angle of 332.43º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290415 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB41421-
CMYK00.900.490.84
HSL332.43º82.22%8.82%-
HSV(B)332.43º90.24%16.08%-
XYZ1.090.610.77-
YUV17130.26145.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 62.12%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=62.12%
G=6.06%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4142100.900.490.84332.4382.228.82
Hex2941505A315414c529
Octal5142501326112451412211
Binary1010011001010101011010110001101010010100110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290415; }

 p { color: rgb(41,4,21); }

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

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

 a { background-color: rgb(41,4,21); }

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

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

 span { border-color: rgb(41,4,21); }

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