#21281F

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

Shades of Black Forest #21281F

Tints of Black Forest #21281F

Color information

#21281F (or 0x21281F) is unknown color: approx Black Forest. HEX triplet: 21, 28 and 1F. RGB value is (33,40,31). Sum of RGB (Red+Green+Blue) = 33+40+31=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 40 - color contains mainly: green. Hex color #21281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21281F is #DED7E0. Grayscale: #242424. Windows color (decimal): -14604257 or 2041889. OLE color: 2041889.

HSL color Cylindrical-coordinate representation of color #21281F: hue angle of 106.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #21281F is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB334031-
CMYK0.1700.220.84
HSL106.67º12.68%13.92%-
HSV(B)106.67º22.5%15.69%-
XYZ1.631.941.58-
YUV36.88124.68125.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=31.73%
G=38.46%
B=29.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340310.1700.220.84106.6712.6813.92
Hex21281F11016546bde
Octal415037210261241531516
Binary10000110100011111100010101101010100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21281F; }

 p { color: rgb(33,40,31); }

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

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

 a { background-color: rgb(33,40,31); }

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

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

 span { border-color: rgb(33,40,31); }

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