#213941

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

Shades of Elephant #213941

Tints of Elephant #213941

Color information

#213941 (or 0x213941) is unknown color: approx Elephant. HEX triplet: 21, 39 and 41. RGB value is (33,57,65). Sum of RGB (Red+Green+Blue) = 33+57+65=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #213941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213941 is #DEC6BE. Grayscale: #323232. Windows color (decimal): -14599871 or 4274465. OLE color: 4274465.

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

Color convert

RGB335765-
CMYK0.490.1200.75
HSL195º32.65%19.22%-
HSV(B)195º49.23%25.49%-
XYZ3.043.635.54-
YUV50.74136.05115.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=21.29%
G=36.77%
B=41.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3357650.490.1200.7519532.6519.22
Hex21394131C04Bc32113
Octal4171101611401133034123
Binary10000111100110000011100011100010010111100001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213941; }

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

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

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

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

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

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

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

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