Html Css Color HEX #213139 Elephant

📋 copy color: '#213139'

red 33 ◦ green 49 ◦ blue 57

#213139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elephant #213139

Tints of Elephant #213139

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 value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213139 (or 0x213139) is known color: 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

RGB 33 49 57 -
CMYK 0.42 0.14 0 0.78
HSL 200º 0.27% 0.18% -
HSV(B) 200º 0.42% 0.22% -
XYZ 2.46 2.82 4.28 -
YUV 45.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 33 49 57 0.42 0.14 0 0.78 200 0.27 0.18
Hex 21 31 39 2A E 0 4E C8 1B 12
Octal 41 61 71 52 16 0 116 310 33 22
Binary 100001 110001 111001 101010 1110 0 1001110 11001000 11011 10010

Color Harmonies of #213139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213139

Black with #213139

Text Example


Text Example

White with #213139

Text Example


Text Example

HTML Codes & Css Web 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>