#101313

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

Shades of Swamp #101313

Tints of Swamp #101313

Color information

#101313 (or 0x101313) is unknown color: approx Swamp. HEX triplet: 10, 13 and 13. RGB value is (16,19,19). Sum of RGB (Red+Green+Blue) = 16+19+19=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #101313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101313 is #EFECEC. Grayscale: #121212. Windows color (decimal): -15723757 or 1250064. OLE color: 1250064.

HSL color Cylindrical-coordinate representation of color #101313: hue angle of 180º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #101313 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB161919-
CMYK0.16000.93
HSL180º8.57%6.86%-
HSV(B)180º15.79%7.45%-
XYZ0.560.620.71-
YUV18.1128.51126.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.63%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=29.63%
G=35.19%
B=35.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619190.16000.931808.576.86
Hex10131310005Db497
Octal2023232000135264117
Binary10000100111001110000001011101101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101313; }

 p { color: rgb(16,19,19); }

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

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

 a { background-color: rgb(16,19,19); }

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

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

 span { border-color: rgb(16,19,19); }

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