#21372F

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

Shades of Woodsmoke #21372F

Tints of Woodsmoke #21372F

Color information

#21372F (or 0x21372F) is unknown color: approx Woodsmoke. HEX triplet: 21, 37 and 2F. RGB value is (33,55,47). Sum of RGB (Red+Green+Blue) = 33+55+47=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #21372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21372F is #DEC8D0. Grayscale: #2F2F2F. Windows color (decimal): -14600401 or 3094305. OLE color: 3094305.

HSL color Cylindrical-coordinate representation of color #21372F: hue angle of 158.18º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #21372F is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB335547-
CMYK0.400.150.78
HSL158.18º25%17.25%-
HSV(B)158.18º40%21.57%-
XYZ2.513.263.19-
YUV47.51127.71117.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=24.44%
G=40.74%
B=34.81%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355470.400.150.78158.182517.25
Hex21372F280F4E9e1911
Octal416757500171162363121
Binary100001110111101111101000011111001110100111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,55,47); }

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

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

 a { background-color: rgb(33,55,47); }

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

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

 span { border-color: rgb(33,55,47); }

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