#291821

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

Shades of Blackberry #291821

Tints of Blackberry #291821

Color information

#291821 (or 0x291821) is unknown color: approx Blackberry. HEX triplet: 29, 18 and 21. RGB value is (41,24,33). Sum of RGB (Red+Green+Blue) = 41+24+33=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #291821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291821 is #D6E7DE. Grayscale: #1E1E1E. Windows color (decimal): -14084063 or 2168873. OLE color: 2168873.

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

Color convert

RGB412433-
CMYK00.410.200.84
HSL328.24º26.15%12.75%-
HSV(B)328.24º41.46%16.08%-
XYZ1.521.231.6-
YUV30.11129.63135.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=41.84%
G=24.49%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41243300.410.200.84328.2426.1512.75
Hex29182102914541481ad
Octal513041051241245103215
Binary101001110001000010101001101001010100101001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291821; }

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

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

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

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

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

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

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

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