#214234

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

Shades of Burnham #214234

Tints of Burnham #214234

Color information

#214234 (or 0x214234) is unknown color: approx Burnham. HEX triplet: 21, 42 and 34. RGB value is (33,66,52). Sum of RGB (Red+Green+Blue) = 33+66+52=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #214234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214234 is #DEBDCB. Grayscale: #363636. Windows color (decimal): -14597580 or 3424801. OLE color: 3424801.

HSL color Cylindrical-coordinate representation of color #214234: hue angle of 154.55º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214234 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB336652-
CMYK0.500.210.74
HSL154.55º33.33%19.41%-
HSV(B)154.55º50%25.88%-
XYZ3.24.473.94-
YUV54.54126.57112.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=21.85%
G=43.71%
B=34.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366520.500.210.74154.5533.3319.41
Hex214234320154A9b2113
Octal4110264620251122334123
Binary100001100001011010011001001010110010101001101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214234; }

 p { color: rgb(33,66,52); }

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

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

 a { background-color: rgb(33,66,52); }

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

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

 span { border-color: rgb(33,66,52); }

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