Html Css Color HEX #10140F Black Forest

📋 copy color: '#10140F'

red 16 ◦ green 20 ◦ blue 15

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

Shades of Black Forest #10140F

Tints of Black Forest #10140F

RGB

 RED value IS 16 (6.64% from 255) = 31.37%

 GREEN value IS 20 (8.2% from 255) = 39.22%

 BLUE value IS 15 (6.25% from 255) = 29.41%

R = 31.37%
G = 39.22%
B = 29.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#10140F (or 0x10140F) is known color: Black Forest. HEX triplet: 10, 14 and 0F. RGB value is (16,20,15). Sum of RGB (Red+Green+Blue) = 16+20+15=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 20 - color contains mainly: green. Hex color #10140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10140F is #EFEBF0. Grayscale: #121212. Windows color (decimal): -15723505 or 988176. OLE color: 988176.

HSL color Cylindrical-coordinate representation of color #10140F: hue angle of 108º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #10140F is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 20 15 -
CMYK 0.20 0 0.25 0.92
HSL 108º 0.14% 0.07% -
HSV(B) 108º 0.25% 0.08% -
XYZ 0.55 0.64 0.55 -
YUV 18.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 16 20 15 0.20 0 0.25 0.92 108 0.14 0.07
Hex 10 14 F 14 0 19 5C 6C E 7
Octal 20 24 17 24 0 31 134 154 16 7
Binary 10000 10100 1111 10100 0 11001 1011100 1101100 1110 111

Color Harmonies of #10140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10140F

Black with #10140F

Text Example


Text Example

White with #10140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10140F;
 }
 .AnyTagClassName
 {
   color: #10140F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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