#290117

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

Shades of Blackberry #290117

Tints of Blackberry #290117

Color information

#290117 (or 0x290117) is unknown color: approx Blackberry. HEX triplet: 29, 01 and 17. RGB value is (41,1,23). Sum of RGB (Red+Green+Blue) = 41+1+23=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290117 is #D6FEE8. Grayscale: #0F0F0F. Windows color (decimal): -14089961 or 1507625. OLE color: 1507625.

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

Color convert

RGB41123-
CMYK00.980.440.84
HSL327º95.24%8.24%-
HSV(B)327º97.56%16.08%-
XYZ1.080.550.86-
YUV15.47132.25146.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 63.08%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 23 (9.38% from 255) = 35.38%
R=63.08%
G=1.54%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4112300.980.440.8432795.248.24
Hex291170622C541475f8
Octal5112701425412450713710
Binary10100111011101100010101100101010010100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290117; }

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

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

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

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

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

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

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

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