Html Css Color HEX #213E33 Burnham

📋 copy color: '#213E33'

red 33 ◦ green 62 ◦ blue 51

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

Shades of Burnham #213E33

Tints of Burnham #213E33

RGB

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

 GREEN value IS 62 (24.61% from 255) = 42.47%

 BLUE value IS 51 (20.31% from 255) = 34.93%

R = 22.6%
G = 42.47%
B = 34.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#213E33 (or 0x213E33) is known color: Burnham. HEX triplet: 21, 3E and 33. RGB value is (33,62,51). Sum of RGB (Red+Green+Blue) = 33+62+51=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 62 - color contains mainly: green. Hex color #213E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E33 is #DEC1CC. Grayscale: #343434. Windows color (decimal): -14598605 or 3358241. OLE color: 3358241.

HSL color Cylindrical-coordinate representation of color #213E33: hue angle of 157.24º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E33 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 62 51 -
CMYK 0.47 0 0.18 0.76
HSL 157.24º 0.31% 0.19% -
HSV(B) 157.24º 0.47% 0.24% -
XYZ 2.95 4.01 3.75 -
YUV 52.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 33 62 51 0.47 0 0.18 0.76 157.24 0.31 0.19
Hex 21 3E 33 2F 0 12 4C 9D 1F 13
Octal 41 76 63 57 0 22 114 235 37 23
Binary 100001 111110 110011 101111 0 10010 1001100 10011101 11111 10011

Color Harmonies of #213E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E33

Black with #213E33

Text Example


Text Example

White with #213E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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