#291520

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

Shades of Blackberry #291520

Tints of Blackberry #291520

Color information

#291520 (or 0x291520) is unknown color: approx Blackberry. HEX triplet: 29, 15 and 20. RGB value is (41,21,32). Sum of RGB (Red+Green+Blue) = 41+21+32=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #291520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291520 is #D6EADF. Grayscale: #1C1C1C. Windows color (decimal): -14084832 or 2102569. OLE color: 2102569.

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

Color convert

RGB412132-
CMYK00.490.220.84
HSL327º32.26%12.16%-
HSV(B)327º48.78%16.08%-
XYZ1.441.111.51-
YUV28.23130.13137.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=43.62%
G=22.34%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41213200.490.220.8432732.2612.16
Hex291520031165414720c
Octal512540061261245074014
Binary1010011010110000001100011011010101001010001111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291520; }

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

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

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

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

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

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

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

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