#21473A

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

Shades of Burnham #21473A

Tints of Burnham #21473A

Color information

#21473A (or 0x21473A) is unknown color: approx Burnham. HEX triplet: 21, 47 and 3A. RGB value is (33,71,58). Sum of RGB (Red+Green+Blue) = 33+71+58=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #21473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21473A is #DEB8C5. Grayscale: #3A3A3A. Windows color (decimal): -14596294 or 3819297. OLE color: 3819297.

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

Color convert

RGB337158-
CMYK0.5400.180.72
HSL159.47º36.54%20.39%-
HSV(B)159.47º53.52%27.84%-
XYZ3.645.144.8-
YUV58.16127.91110.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=20.37%
G=43.83%
B=35.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371580.5400.180.72159.4736.5420.39
Hex21473A36012489f2514
Octal4110772660221102374524
Binary100001100011111101011011001001010010001001111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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