#21343D

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

Shades of Elephant #21343D

Tints of Elephant #21343D

Color information

#21343D (or 0x21343D) is unknown color: approx Elephant. HEX triplet: 21, 34 and 3D. RGB value is (33,52,61). Sum of RGB (Red+Green+Blue) = 33+52+61=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #21343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21343D is #DECBC2. Grayscale: #2F2F2F. Windows color (decimal): -14601155 or 4011041. OLE color: 4011041.

HSL color Cylindrical-coordinate representation of color #21343D: hue angle of 199.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21343D is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB335261-
CMYK0.460.1500.76
HSL199.29º29.79%18.43%-
HSV(B)199.29º45.9%23.92%-
XYZ2.73.124.87-
YUV47.34135.71117.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=22.60%
G=35.62%
B=41.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3352610.460.1500.76199.2929.7918.43
Hex21343D2EF04Cc71e12
Octal416475561701143073622
Binary100001110100111101101110111101001100110001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21343D; }

 p { color: rgb(33,52,61); }

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

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

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

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

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

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

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