#21291E

Color #21291E Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #21291E

Tints of Black Forest #21291E

Color information

#21291E (or 0x21291E) is unknown color: approx Black Forest. HEX triplet: 21, 29 and 1E. RGB value is (33,41,30). Sum of RGB (Red+Green+Blue) = 33+41+30=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 41 - color contains mainly: green. Hex color #21291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21291E is #DED6E1. Grayscale: #252525. Windows color (decimal): -14604002 or 1976609. OLE color: 1976609.

HSL color Cylindrical-coordinate representation of color #21291E: hue angle of 103.64º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21291E is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB334130-
CMYK0.2000.270.84
HSL103.64º15.49%13.92%-
HSV(B)103.64º26.83%16.08%-
XYZ1.6521.53-
YUV37.35123.85124.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=31.73%
G=39.42%
B=28.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341300.2000.270.84103.6415.4913.92
Hex21291E1401B5468fe
Octal415136240331241501716
Binary10000110100111110101000110111010100110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21291E; }

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

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

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

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

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

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

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

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