#213840

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

Shades of Elephant #213840

Tints of Elephant #213840

Color information

#213840 (or 0x213840) is unknown color: approx Elephant. HEX triplet: 21, 38 and 40. RGB value is (33,56,64). Sum of RGB (Red+Green+Blue) = 33+56+64=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #213840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213840 is #DEC7BF. Grayscale: #313131. Windows color (decimal): -14600128 or 4208673. OLE color: 4208673.

HSL color Cylindrical-coordinate representation of color #213840: hue angle of 195.48º 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 #213840 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB335664-
CMYK0.480.1300.75
HSL195.48º31.96%19.02%-
HSV(B)195.48º48.44%25.1%-
XYZ2.973.525.37-
YUV50.04135.88115.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=21.57%
G=36.60%
B=41.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3356640.480.1300.75195.4831.9619.02
Hex21384030D04Bc32013
Octal4170100601501133034023
Binary10000111100010000001100001101010010111100001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213840; }

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

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

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

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

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

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

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

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