#290A1F

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

Shades of Blackberry #290A1F

Tints of Blackberry #290A1F

Color information

#290A1F (or 0x290A1F) is unknown color: approx Blackberry. HEX triplet: 29, 0A and 1F. RGB value is (41,10,31). Sum of RGB (Red+Green+Blue) = 41+10+31=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A1F is #D6F5E0. Grayscale: #151515. Windows color (decimal): -14087649 or 2034217. OLE color: 2034217.

HSL color Cylindrical-coordinate representation of color #290A1F: hue angle of 319.35º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290A1F is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB411031-
CMYK00.760.240.84
HSL319.35º60.78%10%-
HSV(B)319.35º75.61%16.08%-
XYZ1.270.791.38-
YUV21.66133.27141.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=50%
G=12.20%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41103100.760.240.84319.3560.7810
Hex29A1F04C185413f3da
Octal5112370114301244777512
Binary101001101011111010011001100010101001001111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290A1F; }

 p { color: rgb(41,10,31); }

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

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

 a { background-color: rgb(41,10,31); }

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

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

 span { border-color: rgb(41,10,31); }

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