Html Css Color HEX #213F33 Burnham

📋 copy color: '#213F33'

red 33 ◦ green 63 ◦ blue 51

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

Shades of Burnham #213F33

Tints of Burnham #213F33

RGB

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

 GREEN value IS 63 (25% from 255) = 42.86%

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

R = 22.45%
G = 42.86%
B = 34.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#213F33 (or 0x213F33) is known color: Burnham. HEX triplet: 21, 3F and 33. RGB value is (33,63,51). Sum of RGB (Red+Green+Blue) = 33+63+51=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #213F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F33 is #DEC0CC. Grayscale: #343434. Windows color (decimal): -14598349 or 3358497. OLE color: 3358497.

HSL color Cylindrical-coordinate representation of color #213F33: hue angle of 156º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F33 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 63 51 -
CMYK 0.48 0 0.19 0.75
HSL 156º 0.31% 0.19% -
HSV(B) 156º 0.48% 0.25% -
XYZ 3 4.12 3.77 -
YUV 52.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 33 63 51 0.48 0 0.19 0.75 156 0.31 0.19
Hex 21 3F 33 30 0 13 4B 9C 1F 13
Octal 41 77 63 60 0 23 113 234 37 23
Binary 100001 111111 110011 110000 0 10011 1001011 10011100 11111 10011

Color Harmonies of #213F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F33

Black with #213F33

Text Example


Text Example

White with #213F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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