Html Css Color HEX #213B33 Woodsmoke

📋 copy color: '#213B33'

red 33 ◦ green 59 ◦ blue 51

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

Shades of Woodsmoke #213B33

Tints of Woodsmoke #213B33

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

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#213B33 (or 0x213B33) is known color: 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

RGB 33 59 51 -
CMYK 0.44 0 0.14 0.77
HSL 161.54º 0.28% 0.18% -
HSV(B) 161.54º 0.44% 0.23% -
XYZ 2.79 3.69 3.7 -
YUV 50.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 33 59 51 0.44 0 0.14 0.77 161.54 0.28 0.18
Hex 21 3B 33 2C 0 E 4D A2 1C 12
Octal 41 73 63 54 0 16 115 242 34 22
Binary 100001 111011 110011 101100 0 1110 1001101 10100010 11100 10010

Color Harmonies of #213B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B33

Black with #213B33

Text Example


Text Example

White with #213B33

Text Example


Text Example

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