#290118

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

Shades of Blackberry #290118

Tints of Blackberry #290118

Color information

#290118 (or 0x290118) is unknown color: approx Blackberry. HEX triplet: 29, 01 and 18. RGB value is (41,1,24). Sum of RGB (Red+Green+Blue) = 41+1+24=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290118 is #D6FEE7. Grayscale: #0F0F0F. Windows color (decimal): -14089960 or 1573161. OLE color: 1573161.

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

Color convert

RGB41124-
CMYK00.980.410.84
HSL325.5º95.24%8.24%-
HSV(B)325.5º97.56%16.08%-
XYZ1.090.560.91-
YUV15.58132.75146.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 62.12%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=62.12%
G=1.52%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4112400.980.410.84325.595.248.24
Hex2911806229541465f8
Octal5113001425112450613710
Binary10100111100001100010101001101010010100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290118; }

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

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

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

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

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

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

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

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