#291420

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

Shades of Blackberry #291420

Tints of Blackberry #291420

Color information

#291420 (or 0x291420) is unknown color: approx Blackberry. HEX triplet: 29, 14 and 20. RGB value is (41,20,32). Sum of RGB (Red+Green+Blue) = 41+20+32=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #291420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291420 is #D6EBDF. Grayscale: #1B1B1B. Windows color (decimal): -14085088 or 2102313. OLE color: 2102313.

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

Color convert

RGB412032-
CMYK00.510.220.84
HSL325.71º34.43%11.96%-
HSV(B)325.71º51.22%16.08%-
XYZ1.431.081.5-
YUV27.65130.46137.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=44.09%
G=21.51%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41203200.510.220.84325.7134.4311.96
Hex291420033165414622c
Octal512440063261245064214
Binary1010011010010000001100111011010101001010001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291420; }

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

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

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

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

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

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

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

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