#21333C

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

Shades of Elephant #21333C

Tints of Elephant #21333C

Color information

#21333C (or 0x21333C) is unknown color: approx Elephant. HEX triplet: 21, 33 and 3C. RGB value is (33,51,60). Sum of RGB (Red+Green+Blue) = 33+51+60=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #21333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21333C is #DECCC3. Grayscale: #2E2E2E. Windows color (decimal): -14601412 or 3945249. OLE color: 3945249.

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

Color convert

RGB335160-
CMYK0.450.1500.76
HSL200º29.03%18.24%-
HSV(B)200º45%23.53%-
XYZ2.633.024.72-
YUV46.64135.54118.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=22.92%
G=35.42%
B=41.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3351600.450.1500.7620029.0318.24
Hex21333C2DF04Cc81d12
Octal416374551701143103522
Binary100001110011111100101101111101001100110010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21333C; }

 p { color: rgb(33,51,60); }

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

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

 a { background-color: rgb(33,51,60); }

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

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

 span { border-color: rgb(33,51,60); }

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