#214242

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

Shades of Tiber #214242

Tints of Tiber #214242

Color information

#214242 (or 0x214242) is unknown color: approx Tiber. HEX triplet: 21, 42 and 42. RGB value is (33,66,66). Sum of RGB (Red+Green+Blue) = 33+66+66=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #214242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214242 is #DEBDBD. Grayscale: #383838. Windows color (decimal): -14597566 or 4342305. OLE color: 4342305.

HSL color Cylindrical-coordinate representation of color #214242: hue angle of 180º 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 #214242 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB336666-
CMYK0.5000.74
HSL180º33.33%19.41%-
HSV(B)180º50%25.88%-
XYZ3.564.615.86-
YUV56.13133.57111.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 66 (26.17% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366660.5000.7418033.3319.41
Hex21424232004Ab42113
Octal4110210262001122644123
Binary100001100001010000101100100010010101011010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214242; }

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

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

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

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

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

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

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

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