Html Css Color HEX #140703 Black

📋 copy color: '#140703'

red 20 ◦ green 7 ◦ blue 3

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

Shades of Black #140703

Tints of Black #140703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 23.33%

 BLUE value IS 3 (1.56% from 255) = 10%

R = 66.67%
G = 23.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#140703 (or 0x140703) is known color: Black. HEX triplet: 14, 07 and 03. RGB value is (20,7,3). Sum of RGB (Red+Green+Blue) = 20+7+3=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140703 is #EBF8FC. Grayscale: #0A0A0A. Windows color (decimal): -15464701 or 198420. OLE color: 198420.

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

Color convert

RGB 20 7 3 -
CMYK 0 0.65 0.85 0.92
HSL 14.12º 0.74% 0.05% -
HSV(B) 14.12º 0.85% 0.08% -
XYZ 0.38 0.31 0.13 -
YUV 10.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 20 7 3 0 0.65 0.85 0.92 14.12 0.74 0.05
Hex 14 7 3 0 41 55 5C E 4A 5
Octal 24 7 3 0 101 125 134 16 112 5
Binary 10100 111 11 0 1000001 1010101 1011100 1110 1001010 101

Color Harmonies of #140703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140703

Black with #140703

Text Example


Text Example

White with #140703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140703; }

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

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

background-color css

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

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

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

border-color css

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

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

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