#290316

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

Shades of Blackberry #290316

Tints of Blackberry #290316

Color information

#290316 (or 0x290316) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 16. RGB value is (41,3,22). Sum of RGB (Red+Green+Blue) = 41+3+22=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290316 is #D6FCE9. Grayscale: #101010. Windows color (decimal): -14089450 or 1442601. OLE color: 1442601.

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

Color convert

RGB41322-
CMYK00.930.460.84
HSL330º86.36%8.63%-
HSV(B)330º92.68%16.08%-
XYZ1.090.590.82-
YUV16.53131.09145.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 62.12%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=62.12%
G=4.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132200.930.460.8433086.368.63
Hex2931605D2E5414a569
Octal5132601355612451212611
Binary101001111011001011101101110101010010100101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290316; }

 p { color: rgb(41,3,22); }

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

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

 a { background-color: rgb(41,3,22); }

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

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

 span { border-color: rgb(41,3,22); }

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