Html Css Color HEX #213830 Woodsmoke

📋 copy color: '#213830'

red 33 ◦ green 56 ◦ blue 48

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

Shades of Woodsmoke #213830

Tints of Woodsmoke #213830

RGB

 RED value IS 33 (13.28% from 255) = 24.09%

 GREEN value IS 56 (22.27% from 255) = 40.88%

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 24.09%
G = 40.88%
B = 35.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#213830 (or 0x213830) is known color: Woodsmoke. HEX triplet: 21, 38 and 30. RGB value is (33,56,48). Sum of RGB (Red+Green+Blue) = 33+56+48=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #213830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213830 is #DEC7CF. Grayscale: #303030. Windows color (decimal): -14600144 or 3160097. OLE color: 3160097.

HSL color Cylindrical-coordinate representation of color #213830: hue angle of 159.13º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213830 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 48 -
CMYK 0.41 0 0.14 0.78
HSL 159.13º 0.26% 0.17% -
HSV(B) 159.13º 0.41% 0.22% -
XYZ 2.57 3.37 3.31 -
YUV 48.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 33 56 48 0.41 0 0.14 0.78 159.13 0.26 0.17
Hex 21 38 30 29 0 E 4E 9F 1A 11
Octal 41 70 60 51 0 16 116 237 32 21
Binary 100001 111000 110000 101001 0 1110 1001110 10011111 11010 10001

Color Harmonies of #213830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213830

Black with #213830

Text Example


Text Example

White with #213830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213830; }

 p { color: rgb(33,56,48); }

 H1.HeaderClassName
 {
   color: #213830;
 }
 .AnyTagClassName
 {
   color: #213830;
 }
</style>

background-color css

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

 a { background-color: rgb(33,56,48); }

 div.DivClassName
 {
   background-color: #213830;
 }
 .BgClassName
 {
   background-color: #213830;
 }
</style>

border-color css

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

 span { border-color: rgb(33,56,48); }

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