#290214

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

Shades of Blackberry #290214

Tints of Blackberry #290214

Color information

#290214 (or 0x290214) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 14. RGB value is (41,2,20). Sum of RGB (Red+Green+Blue) = 41+2+20=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #290214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290214 is #D6FDEB. Grayscale: #0F0F0F. Windows color (decimal): -14089708 or 1311273. OLE color: 1311273.

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

Color convert

RGB41220-
CMYK00.950.510.84
HSL332.31º90.7%8.43%-
HSV(B)332.31º95.12%16.08%-
XYZ1.060.570.71-
YUV15.71130.42146.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 65.08%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=65.08%
G=3.17%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4122000.950.510.84332.3190.78.43
Hex2921405F335414c5b8
Octal5122401376312451413310
Binary101001101010001011111110011101010010100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290214; }

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

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

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

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

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

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

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

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