#290D1E

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

Shades of Blackberry #290D1E

Tints of Blackberry #290D1E

Color information

#290D1E (or 0x290D1E) is unknown color: approx Blackberry. HEX triplet: 29, 0D and 1E. RGB value is (41,13,30). Sum of RGB (Red+Green+Blue) = 41+13+30=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #290D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D1E is #D6F2E1. Grayscale: #171717. Windows color (decimal): -14086882 or 1969449. OLE color: 1969449.

HSL color Cylindrical-coordinate representation of color #290D1E: hue angle of 323.57º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D1E is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB411330-
CMYK00.680.270.84
HSL323.57º51.85%10.59%-
HSV(B)323.57º68.29%16.08%-
XYZ1.290.851.32-
YUV23.31131.78140.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=48.81%
G=15.48%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41133000.680.270.84323.5751.8510.59
Hex29D1E0441B5414434b
Octal5115360104331245046413
Binary101001110111110010001001101110101001010001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,13,30); }

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

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

 a { background-color: rgb(41,13,30); }

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

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

 span { border-color: rgb(41,13,30); }

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