#214338

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

Shades of Burnham #214338

Tints of Burnham #214338

Color information

#214338 (or 0x214338) is unknown color: approx Burnham. HEX triplet: 21, 43 and 38. RGB value is (33,67,56). Sum of RGB (Red+Green+Blue) = 33+67+56=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #214338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214338 is #DEBCC7. Grayscale: #373737. Windows color (decimal): -14597320 or 3687201. OLE color: 3687201.

HSL color Cylindrical-coordinate representation of color #214338: hue angle of 160.59º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214338 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB336756-
CMYK0.5100.160.74
HSL160.59º34%19.61%-
HSV(B)160.59º50.75%26.27%-
XYZ3.354.624.46-
YUV55.58128.24111.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=21.15%
G=42.95%
B=35.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367560.5100.160.74160.593419.61
Hex214338330104Aa12214
Octal4110370630201122414224
Binary100001100001111100011001101000010010101010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214338; }

 p { color: rgb(33,67,56); }

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

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

 a { background-color: rgb(33,67,56); }

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

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

 span { border-color: rgb(33,67,56); }

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