Html Css Color HEX #140F0D Black

📋 copy color: '#140F0D'

red 20 ◦ green 15 ◦ blue 13

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

Shades of Black #140F0D

Tints of Black #140F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 31.25%

 BLUE value IS 13 (5.47% from 255) = 27.08%

R = 41.67%
G = 31.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#140F0D (or 0x140F0D) is known color: Black. HEX triplet: 14, 0F and 0D. RGB value is (20,15,13). Sum of RGB (Red+Green+Blue) = 20+15+13=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 20 - color contains mainly: red. Hex color #140F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F0D is #EBF0F2. Grayscale: #101010. Windows color (decimal): -15462643 or 855828. OLE color: 855828.

HSL color Cylindrical-coordinate representation of color #140F0D: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #140F0D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 15 13 -
CMYK 0 0.25 0.35 0.92
HSL 17.14º 0.21% 0.06% -
HSV(B) 17.14º 0.35% 0.08% -
XYZ 0.53 0.52 0.45 -
YUV 16.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 20 15 13 0 0.25 0.35 0.92 17.14 0.21 0.06
Hex 14 F D 0 19 23 5C 11 15 6
Octal 24 17 15 0 31 43 134 21 25 6
Binary 10100 1111 1101 0 11001 100011 1011100 10001 10101 110

Color Harmonies of #140F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F0D

Black with #140F0D

Text Example


Text Example

White with #140F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F0D; }

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

 H1.HeaderClassName
 {
   color: #140F0D;
 }
 .AnyTagClassName
 {
   color: #140F0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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