#214A3A

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

Shades of Burnham #214A3A

Tints of Burnham #214A3A

Color information

#214A3A (or 0x214A3A) is unknown color: approx Burnham. HEX triplet: 21, 4A and 3A. RGB value is (33,74,58). Sum of RGB (Red+Green+Blue) = 33+74+58=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #214A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A3A is #DEB5C5. Grayscale: #3B3B3B. Windows color (decimal): -14595526 or 3820065. OLE color: 3820065.

HSL color Cylindrical-coordinate representation of color #214A3A: hue angle of 156.59º 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 #214A3A is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB337458-
CMYK0.5500.220.71
HSL156.59º38.32%20.98%-
HSV(B)156.59º55.41%29.02%-
XYZ3.845.534.87-
YUV59.92126.92108.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=20%
G=44.85%
B=35.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374580.5500.220.71156.5938.3220.98
Hex214A3A37016479d2615
Octal4111272670261072354625
Binary100001100101011101011011101011010001111001110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214A3A; }

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

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

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

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

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

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

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

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