Html Css Color HEX #10130F Black Forest

📋 copy color: '#10130F'

red 16 ◦ green 19 ◦ blue 15

#10130F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #10130F

Tints of Black Forest #10130F

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 value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#10130F (or 0x10130F) is known color: 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

RGB 16 19 15 -
CMYK 0.16 0 0.21 0.93
HSL 105º 0.12% 0.07% -
HSV(B) 105º 0.21% 0.07% -
XYZ 0.53 0.61 0.54 -
YUV 17.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 16 19 15 0.16 0 0.21 0.93 105 0.12 0.07
Hex 10 13 F 10 0 15 5D 69 C 7
Octal 20 23 17 20 0 25 135 151 14 7
Binary 10000 10011 1111 10000 0 10101 1011101 1101001 1100 111

Color Harmonies of #10130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10130F

Black with #10130F

Text Example


Text Example

White with #10130F

Text Example


Text Example

HTML Codes & Css Web 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>