#290315

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

Shades of Blackberry #290315

Tints of Blackberry #290315

Color information

#290315 (or 0x290315) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 15. RGB value is (41,3,21). Sum of RGB (Red+Green+Blue) = 41+3+21=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290315 is #D6FCEA. Grayscale: #101010. Windows color (decimal): -14089451 or 1377065. OLE color: 1377065.

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

Color convert

RGB41321-
CMYK00.930.490.84
HSL331.58º86.36%8.63%-
HSV(B)331.58º92.68%16.08%-
XYZ1.080.590.77-
YUV16.41130.59145.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 63.08%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=63.08%
G=4.62%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132100.930.490.84331.5886.368.63
Hex2931505D315414c569
Octal5132501356112451412611
Binary101001111010101011101110001101010010100110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290315; }

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

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

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

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

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

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

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

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