Html Css Color HEX #214032 Burnham

📋 copy color: '#214032'

red 33 ◦ green 64 ◦ blue 50

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

Shades of Burnham #214032

Tints of Burnham #214032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

 BLUE value IS 50 (19.92% from 255) = 34.01%

R = 22.45%
G = 43.54%
B = 34.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#214032 (or 0x214032) is known color: Burnham. HEX triplet: 21, 40 and 32. RGB value is (33,64,50). Sum of RGB (Red+Green+Blue) = 33+64+50=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #214032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214032 is #DEBFCD. Grayscale: #353535. Windows color (decimal): -14598094 or 3293217. OLE color: 3293217.

HSL color Cylindrical-coordinate representation of color #214032: hue angle of 152.9º degrees, saturation: 0.32, 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 #214032 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 64 50 -
CMYK 0.48 0 0.22 0.75
HSL 152.9º 0.32% 0.19% -
HSV(B) 152.9º 0.48% 0.25% -
XYZ 3.04 4.22 3.67 -
YUV 53.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 33 64 50 0.48 0 0.22 0.75 152.9 0.32 0.19
Hex 21 40 32 30 0 16 4B 99 20 13
Octal 41 100 62 60 0 26 113 231 40 23
Binary 100001 1000000 110010 110000 0 10110 1001011 10011001 100000 10011

Color Harmonies of #214032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214032

Black with #214032

Text Example


Text Example

White with #214032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214032; }

 p { color: rgb(33,64,50); }

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

background-color css

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

 a { background-color: rgb(33,64,50); }

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

border-color css

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

 span { border-color: rgb(33,64,50); }

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