#290521

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

Shades of Blackberry #290521

Tints of Blackberry #290521

Color information

#290521 (or 0x290521) is unknown color: approx Blackberry. HEX triplet: 29, 05 and 21. RGB value is (41,5,33). Sum of RGB (Red+Green+Blue) = 41+5+33=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290521 is #D6FADE. Grayscale: #121212. Windows color (decimal): -14088927 or 2164009. OLE color: 2164009.

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

Color convert

RGB41533-
CMYK00.880.200.84
HSL313.33º78.26%9.02%-
HSV(B)313.33º87.8%16.08%-
XYZ1.240.691.51-
YUV18.96135.93143.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 33 (13.28% from 255) = 41.77%
R=51.90%
G=6.33%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4153300.880.200.84313.3378.269.02
Hex2952105814541394e9
Octal5154101302412447111611
Binary1010011011000010101100010100101010010011100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290521; }

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

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

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

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

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

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

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

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