#213B33

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

Shades of Woodsmoke #213B33

Tints of Woodsmoke #213B33

Color information

#213B33 (or 0x213B33) is unknown color: approx Woodsmoke. HEX triplet: 21, 3B and 33. RGB value is (33,59,51). Sum of RGB (Red+Green+Blue) = 33+59+51=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 59 - color contains mainly: green. Hex color #213B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B33 is #DEC4CC. Grayscale: #323232. Windows color (decimal): -14599373 or 3357473. OLE color: 3357473.

HSL color Cylindrical-coordinate representation of color #213B33: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B33 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB335951-
CMYK0.4400.140.77
HSL161.54º28.26%18.04%-
HSV(B)161.54º44.07%23.14%-
XYZ2.793.693.7-
YUV50.31128.39115.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 59 (23.44% from 255) = 41.26%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=23.08%
G=41.26%
B=35.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3359510.4400.140.77161.5428.2618.04
Hex213B332C0E4Da21c12
Octal417363540161152423422
Binary100001111011110011101100011101001101101000101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B33; }

 p { color: rgb(33,59,51); }

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

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

 a { background-color: rgb(33,59,51); }

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

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

 span { border-color: rgb(33,59,51); }

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