#290219

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

Shades of Blackberry #290219

Tints of Blackberry #290219

Color information

#290219 (or 0x290219) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 19. RGB value is (41,2,25). Sum of RGB (Red+Green+Blue) = 41+2+25=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290219 is #D6FDE6. Grayscale: #101010. Windows color (decimal): -14089703 or 1638953. OLE color: 1638953.

HSL color Cylindrical-coordinate representation of color #290219: hue angle of 324.62º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290219 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB41225-
CMYK00.950.390.84
HSL324.62º90.7%8.43%-
HSV(B)324.62º95.12%16.08%-
XYZ1.110.590.97-
YUV16.28132.92145.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 60.29%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=60.29%
G=2.94%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4122500.950.390.84324.6290.78.43
Hex2921905F27541455b8
Octal5123101374712450513310
Binary101001101100101011111100111101010010100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290219; }

 p { color: rgb(41,2,25); }

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

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

 a { background-color: rgb(41,2,25); }

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

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

 span { border-color: rgb(41,2,25); }

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