Html Css Color HEX #140A07 Black

📋 copy color: '#140A07'

red 20 ◦ green 10 ◦ blue 7

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

Shades of Black #140A07

Tints of Black #140A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 27.03%

 BLUE value IS 7 (3.13% from 255) = 18.92%

R = 54.05%
G = 27.03%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

#140A07 (or 0x140A07) is known color: Black. HEX triplet: 14, 0A and 07. RGB value is (20,10,7). Sum of RGB (Red+Green+Blue) = 20+10+7=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A07 is #EBF5F8. Grayscale: #0C0C0C. Windows color (decimal): -15463929 or 461332. OLE color: 461332.

HSL color Cylindrical-coordinate representation of color #140A07: hue angle of 13.85º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #140A07 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 10 7 -
CMYK 0 0.50 0.65 0.92
HSL 13.85º 0.48% 0.05% -
HSV(B) 13.85º 0.65% 0.08% -
XYZ 0.44 0.38 0.25 -
YUV 12.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 20 10 7 0 0.50 0.65 0.92 13.85 0.48 0.05
Hex 14 A 7 0 32 41 5C E 30 5
Octal 24 12 7 0 62 101 134 16 60 5
Binary 10100 1010 111 0 110010 1000001 1011100 1110 110000 101

Color Harmonies of #140A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A07

Black with #140A07

Text Example


Text Example

White with #140A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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