#21493A

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

Shades of Burnham #21493A

Tints of Burnham #21493A

Color information

#21493A (or 0x21493A) is unknown color: approx Burnham. HEX triplet: 21, 49 and 3A. RGB value is (33,73,58). Sum of RGB (Red+Green+Blue) = 33+73+58=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #21493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21493A is #DEB6C5. Grayscale: #3B3B3B. Windows color (decimal): -14595782 or 3819809. OLE color: 3819809.

HSL color Cylindrical-coordinate representation of color #21493A: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21493A is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB337358-
CMYK0.5500.210.71
HSL157.5º37.74%20.78%-
HSV(B)157.5º54.79%28.63%-
XYZ3.775.394.85-
YUV59.33127.25109.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=20.12%
G=44.51%
B=35.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373580.5500.210.71157.537.7420.78
Hex21493A37015479e2615
Octal4111172670251072364625
Binary100001100100111101011011101010110001111001111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21493A; }

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

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

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

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

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

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

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

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