#290020

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

Shades of Blackberry #290020

Tints of Blackberry #290020

Color information

#290020 (or 0x290020) is unknown color: approx Blackberry. HEX triplet: 29, 00 and 20. RGB value is (41,0,32). Sum of RGB (Red+Green+Blue) = 41+0+32=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #290020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290020 is #D6FFDF. Grayscale: #0F0F0F. Windows color (decimal): -14090208 or 2097193. OLE color: 2097193.

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

Color convert

RGB41032-
CMYK010.220.84
HSL313.17º100%8.04%-
HSV(B)313.17º100%16.08%-
XYZ1.180.581.42-
YUV15.91137.08145.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=56.16%
G=0%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41032010.220.84313.171008.04
Hex290200641654139648
Octal5104001442612447114410
Binary10100101000000110010010110101010010011100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290020; }

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

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

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

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

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

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

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

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