#21173D

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

Shades of Tolopea #21173D

Tints of Tolopea #21173D

Color information

#21173D (or 0x21173D) is unknown color: approx Tolopea. HEX triplet: 21, 17 and 3D. RGB value is (33,23,61). Sum of RGB (Red+Green+Blue) = 33+23+61=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #21173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21173D is #DEE8C2. Grayscale: #1E1E1E. Windows color (decimal): -14608579 or 4003617. OLE color: 4003617.

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

Color convert

RGB332361-
CMYK0.460.6200.76
HSL255.79º45.24%16.47%-
HSV(B)255.79º62.3%23.92%-
XYZ1.781.274.57-
YUV30.32145.31129.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.21%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 61 (24.22% from 255) = 52.14%
R=28.21%
G=19.66%
B=52.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3323610.460.6200.76255.7945.2416.47
Hex21173D2E3E04C1002d10
Octal412775567601144005520
Binary100001101111111011011101111100100110010000000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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