Html Css Color HEX #214839 Burnham

📋 copy color: '#214839'

red 33 ◦ green 72 ◦ blue 57

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

Shades of Burnham #214839

Tints of Burnham #214839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

 BLUE value IS 57 (22.66% from 255) = 35.19%

R = 20.37%
G = 44.44%
B = 35.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#214839 (or 0x214839) is known color: Burnham. HEX triplet: 21, 48 and 39. RGB value is (33,72,57). Sum of RGB (Red+Green+Blue) = 33+72+57=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #214839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214839 is #DEB7C6. Grayscale: #3A3A3A. Windows color (decimal): -14596039 or 3754017. OLE color: 3754017.

HSL color Cylindrical-coordinate representation of color #214839: hue angle of 156.92º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214839 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 72 57 -
CMYK 0.54 0 0.21 0.72
HSL 156.92º 0.37% 0.21% -
HSV(B) 156.92º 0.54% 0.28% -
XYZ 3.68 5.25 4.69 -
YUV 58.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 33 72 57 0.54 0 0.21 0.72 156.92 0.37 0.21
Hex 21 48 39 36 0 15 48 9D 25 15
Octal 41 110 71 66 0 25 110 235 45 25
Binary 100001 1001000 111001 110110 0 10101 1001000 10011101 100101 10101

Color Harmonies of #214839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214839

Black with #214839

Text Example


Text Example

White with #214839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214839; }

 p { color: rgb(33,72,57); }

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

background-color css

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

 a { background-color: rgb(33,72,57); }

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

border-color css

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

 span { border-color: rgb(33,72,57); }

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