#21333D

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

Shades of Elephant #21333D

Tints of Elephant #21333D

Color information

#21333D (or 0x21333D) is unknown color: approx Elephant. HEX triplet: 21, 33 and 3D. RGB value is (33,51,61). Sum of RGB (Red+Green+Blue) = 33+51+61=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #21333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21333D is #DECCC2. Grayscale: #2E2E2E. Windows color (decimal): -14601411 or 4010785. OLE color: 4010785.

HSL color Cylindrical-coordinate representation of color #21333D: hue angle of 201.43º 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 #21333D is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB335161-
CMYK0.460.1600.76
HSL201.43º29.79%18.43%-
HSV(B)201.43º45.9%23.92%-
XYZ2.653.034.86-
YUV46.76136.04118.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=22.76%
G=35.17%
B=42.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3351610.460.1600.76201.4329.7918.43
Hex21333D2E1004Cc91e12
Octal416375562001143113622
Binary1000011100111111011011101000001001100110010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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