#214040

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

Shades of Tiber #214040

Tints of Tiber #214040

Color information

#214040 (or 0x214040) is unknown color: approx Tiber. HEX triplet: 21, 40 and 40. RGB value is (33,64,64). Sum of RGB (Red+Green+Blue) = 33+64+64=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #214040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214040 is #DEBFBF. Grayscale: #363636. Windows color (decimal): -14598080 or 4210721. OLE color: 4210721.

HSL color Cylindrical-coordinate representation of color #214040: hue angle of 180º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214040 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB336464-
CMYK0.48000.75
HSL180º31.96%19.02%-
HSV(B)180º48.44%25.1%-
XYZ3.394.365.51-
YUV54.73133.23112.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=20.50%
G=39.75%
B=39.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364640.48000.7518031.9619.02
Hex21404030004Bb42013
Octal4110010060001132644023
Binary100001100000010000001100000010010111011010010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214040; }

 p { color: rgb(33,64,64); }

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

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

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

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

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

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

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