#290221

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

Shades of Blackberry #290221

Tints of Blackberry #290221

Color information

#290221 (or 0x290221) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 21. RGB value is (41,2,33). Sum of RGB (Red+Green+Blue) = 41+2+33=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #290221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290221 is #D6FDDE. Grayscale: #111111. Windows color (decimal): -14089695 or 2163241. OLE color: 2163241.

HSL color Cylindrical-coordinate representation of color #290221: hue angle of 312.31º 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 #290221 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB41233-
CMYK00.950.200.84
HSL312.31º90.7%8.43%-
HSV(B)312.31º95.12%16.08%-
XYZ1.210.621.5-
YUV17.2136.92144.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=53.95%
G=2.63%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4123300.950.200.84312.3190.78.43
Hex2922105F14541385b8
Octal5124101372412447013310
Binary101001101000010101111110100101010010011100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290221; }

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

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

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

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

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

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

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

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