#290121

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

Shades of Blackberry #290121

Tints of Blackberry #290121

Color information

#290121 (or 0x290121) is unknown color: approx Blackberry. HEX triplet: 29, 01 and 21. RGB value is (41,1,33). Sum of RGB (Red+Green+Blue) = 41+1+33=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #290121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290121 is #D6FEDE. Grayscale: #101010. Windows color (decimal): -14089951 or 2162985. OLE color: 2162985.

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

Color convert

RGB41133-
CMYK00.980.200.84
HSL312º95.24%8.24%-
HSV(B)312º97.56%16.08%-
XYZ1.20.61.49-
YUV16.61137.25145.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 54.67%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 33 (13.28% from 255) = 44%
R=54.67%
G=1.33%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4113300.980.200.8431295.248.24
Hex2912106214541385f8
Octal5114101422412447013710
Binary10100111000010110001010100101010010011100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290121; }

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

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

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

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

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

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

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

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