#10130F

Color #10130F Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #10130F

Tints of Black Forest #10130F

Color information

#10130F (or 0x10130F) is unknown color: approx Black Forest. HEX triplet: 10, 13 and 0F. RGB value is (16,19,15). Sum of RGB (Red+Green+Blue) = 16+19+15=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 19 - color contains mainly: green. Hex color #10130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130F is #EFECF0. Grayscale: #111111. Windows color (decimal): -15723761 or 987920. OLE color: 987920.

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

Color convert

RGB161915-
CMYK0.1600.210.93
HSL105º11.76%6.67%-
HSV(B)105º21.05%7.45%-
XYZ0.530.610.54-
YUV17.65126.51126.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 15 (6.25% from 255) = 30%
R=32%
G=38%
B=30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619150.1600.210.9310511.766.67
Hex1013F100155D69c7
Octal20231720025135151147
Binary1000010011111110000010101101110111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10130F; }

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

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

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

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

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

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

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

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