#21483A

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

Shades of Burnham #21483A

Tints of Burnham #21483A

Color information

#21483A (or 0x21483A) is unknown color: approx Burnham. HEX triplet: 21, 48 and 3A. RGB value is (33,72,58). Sum of RGB (Red+Green+Blue) = 33+72+58=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #21483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21483A is #DEB7C5. Grayscale: #3A3A3A. Windows color (decimal): -14596038 or 3819553. OLE color: 3819553.

HSL color Cylindrical-coordinate representation of color #21483A: hue angle of 158.46º 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 #21483A is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB337258-
CMYK0.5400.190.72
HSL158.46º37.14%20.59%-
HSV(B)158.46º54.17%28.24%-
XYZ3.715.264.82-
YUV58.74127.58109.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=20.25%
G=44.17%
B=35.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372580.5400.190.72158.4637.1420.59
Hex21483A36013489e2515
Octal4111072660231102364525
Binary100001100100011101011011001001110010001001111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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