#213139

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

Shades of Elephant #213139

Tints of Elephant #213139

Color information

#213139 (or 0x213139) is unknown color: approx Elephant. HEX triplet: 21, 31 and 39. RGB value is (33,49,57). Sum of RGB (Red+Green+Blue) = 33+49+57=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 57 - color contains mainly: blue. Hex color #213139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213139 is #DECEC6. Grayscale: #2D2D2D. Windows color (decimal): -14601927 or 3748129. OLE color: 3748129.

HSL color Cylindrical-coordinate representation of color #213139: hue angle of 200º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213139 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB334957-
CMYK0.420.1400.78
HSL200º26.67%17.65%-
HSV(B)200º42.11%22.35%-
XYZ2.462.824.28-
YUV45.13134.7119.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 57 (22.66% from 255) = 41.01%
R=23.74%
G=35.25%
B=41.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3349570.420.1400.7820026.6717.65
Hex2131392AE04Ec81b12
Octal416171521601163103322
Binary100001110001111001101010111001001110110010001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213139; }

 p { color: rgb(33,49,57); }

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

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

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

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

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

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

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