#291120

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

Shades of Blackberry #291120

Tints of Blackberry #291120

Color information

#291120 (or 0x291120) is unknown color: approx Blackberry. HEX triplet: 29, 11 and 20. RGB value is (41,17,32). Sum of RGB (Red+Green+Blue) = 41+17+32=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291120 is #D6EEDF. Grayscale: #191919. Windows color (decimal): -14085856 or 2101545. OLE color: 2101545.

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

Color convert

RGB411732-
CMYK00.590.220.84
HSL322.5º41.38%11.37%-
HSV(B)322.5º58.54%16.08%-
XYZ1.380.981.48-
YUV25.89131.45138.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=45.56%
G=18.89%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41173200.590.220.84322.541.3811.37
Hex29112003B165414229b
Octal512140073261245025113
Binary1010011000110000001110111011010101001010000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291120; }

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

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

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

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

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

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

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

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