Html Css Color HEX #21372F Woodsmoke

📋 copy color: '#21372F'

red 33 ◦ green 55 ◦ blue 47

#21372F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodsmoke #21372F

Tints of Woodsmoke #21372F

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 value IS 0.4

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#21372F (or 0x21372F) is known color: 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

RGB 33 55 47 -
CMYK 0.4 0 0.15 0.78
HSL 158.18º 0.25% 0.17% -
HSV(B) 158.18º 0.4% 0.22% -
XYZ 2.51 3.26 3.19 -
YUV 47.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 33 55 47 0.4 0 0.15 0.78 158.18 0.25 0.17
Hex 21 37 2F 28 0 F 4E 9E 19 11
Octal 41 67 57 50 0 17 116 236 31 21
Binary 100001 110111 101111 101000 0 1111 1001110 10011110 11001 10001

Color Harmonies of #21372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21372F

Black with #21372F

Text Example


Text Example

White with #21372F

Text Example


Text Example

HTML Codes & Css Web 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>