Html Css Color HEX #14100F Black

📋 copy color: '#14100F'

red 20 ◦ green 16 ◦ blue 15

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

Shades of Black #14100F

Tints of Black #14100F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #14100F: hue angle of 12º 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 #14100F is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 16 15 -
CMYK 0 0.20 0.25 0.92
HSL 12º 0.14% 0.07% -
HSV(B) 12º 0.25% 0.08% -
XYZ 0.56 0.55 0.53 -
YUV 17.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 20 16 15 0 0.20 0.25 0.92 12 0.14 0.07
Hex 14 10 F 0 14 19 5C C E 7
Octal 24 20 17 0 24 31 134 14 16 7
Binary 10100 10000 1111 0 10100 11001 1011100 1100 1110 111

Color Harmonies of #14100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14100F

Black with #14100F

Text Example


Text Example

White with #14100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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