Html Css Color HEX #140D0A Black

📋 copy color: '#140D0A'

red 20 ◦ green 13 ◦ blue 10

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

Shades of Black #140D0A

Tints of Black #140D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 30.23%

 BLUE value IS 10 (4.3% from 255) = 23.26%

R = 46.51%
G = 30.23%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#140D0A (or 0x140D0A) is known color: Black. HEX triplet: 14, 0D and 0A. RGB value is (20,13,10). Sum of RGB (Red+Green+Blue) = 20+13+10=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D0A is #EBF2F5. Grayscale: #0E0E0E. Windows color (decimal): -15463158 or 658708. OLE color: 658708.

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

Color convert

RGB 20 13 10 -
CMYK 0 0.35 0.50 0.92
HSL 18º 0.33% 0.06% -
HSV(B) 18º 0.5% 0.08% -
XYZ 0.49 0.46 0.35 -
YUV 14.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 20 13 10 0 0.35 0.50 0.92 18 0.33 0.06
Hex 14 D A 0 23 32 5C 12 21 6
Octal 24 15 12 0 43 62 134 22 41 6
Binary 10100 1101 1010 0 100011 110010 1011100 10010 100001 110

Color Harmonies of #140D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D0A

Black with #140D0A

Text Example


Text Example

White with #140D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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