#290920

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

Shades of Blackberry #290920

Tints of Blackberry #290920

Color information

#290920 (or 0x290920) is unknown color: approx Blackberry. HEX triplet: 29, 09 and 20. RGB value is (41,9,32). Sum of RGB (Red+Green+Blue) = 41+9+32=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290920 is #D6F6DF. Grayscale: #151515. Windows color (decimal): -14087904 or 2099497. OLE color: 2099497.

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

Color convert

RGB41932-
CMYK00.780.220.84
HSL316.88º64%9.8%-
HSV(B)316.88º78.05%16.08%-
XYZ1.270.771.45-
YUV21.19134.1142.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=50%
G=10.98%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4193200.780.220.84316.88649.8
Hex2992004E165413d40a
Octal51114001162612447510012
Binary10100110011000000100111010110101010010011110110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290920; }

 p { color: rgb(41,9,32); }

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

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

 a { background-color: rgb(41,9,32); }

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

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

 span { border-color: rgb(41,9,32); }

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