#290115

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

Shades of Blackberry #290115

Tints of Blackberry #290115

Color information

#290115 (or 0x290115) is unknown color: approx Blackberry. HEX triplet: 29, 01 and 15. RGB value is (41,1,21). Sum of RGB (Red+Green+Blue) = 41+1+21=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #290115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290115 is #D6FEEA. Grayscale: #0F0F0F. Windows color (decimal): -14089963 or 1376553. OLE color: 1376553.

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

Color convert

RGB41121-
CMYK00.980.490.84
HSL330º95.24%8.24%-
HSV(B)330º97.56%16.08%-
XYZ1.060.550.76-
YUV15.24131.25146.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 65.08%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=65.08%
G=1.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4112100.980.490.8433095.248.24
Hex29115062315414a5f8
Octal5112501426112451213710
Binary10100111010101100010110001101010010100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290115; }

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

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

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

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

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

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

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

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