#213A31

Color #213A31 Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #213A31

Tints of Burnham #213A31

Color information

#213A31 (or 0x213A31) is unknown color: approx Burnham. HEX triplet: 21, 3A and 31. RGB value is (33,58,49). Sum of RGB (Red+Green+Blue) = 33+58+49=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 58 - color contains mainly: green. Hex color #213A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A31 is #DEC5CE. Grayscale: #313131. Windows color (decimal): -14599631 or 3226145. OLE color: 3226145.

HSL color Cylindrical-coordinate representation of color #213A31: hue angle of 158.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213A31 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB335849-
CMYK0.4300.160.77
HSL158.4º27.47%17.84%-
HSV(B)158.4º43.1%22.75%-
XYZ2.693.573.45-
YUV49.5127.72116.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 49 (19.53% from 255) = 35%
R=23.57%
G=41.43%
B=35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3358490.4300.160.77158.427.4717.84
Hex213A312B0104D9e1b12
Octal417261530201152363322
Binary1000011110101100011010110100001001101100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,58,49); }

 H1.HeaderClassName
 {
   color: #213A31;
 }
 .AnyTagClassName
 {
   color: #213A31;
 }
</style>
background-color css

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

 a { background-color: rgb(33,58,49); }

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

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

 span { border-color: rgb(33,58,49); }

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