#290017

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

Shades of Blackberry #290017

Tints of Blackberry #290017

Color information

#290017 (or 0x290017) is unknown color: approx Blackberry. HEX triplet: 29, 00 and 17. RGB value is (41,0,23). Sum of RGB (Red+Green+Blue) = 41+0+23=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #290017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290017 is #D6FFE8. Grayscale: #0E0E0E. Windows color (decimal): -14090217 or 1507369. OLE color: 1507369.

HSL color Cylindrical-coordinate representation of color #290017: hue angle of 326.34º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290017 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB41023-
CMYK010.440.84
HSL326.34º100%8.04%-
HSV(B)326.34º100%16.08%-
XYZ1.070.530.86-
YUV14.88132.58146.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 64.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 35.94%
R=64.06%
G=0%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41023010.440.84326.341008.04
Hex290170642C54146648
Octal5102701445412450614410
Binary10100101011101100100101100101010010100011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290017; }

 p { color: rgb(41,0,23); }

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

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

 a { background-color: rgb(41,0,23); }

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

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

 span { border-color: rgb(41,0,23); }

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