Html Css Color HEX #140403 Black

📋 copy color: '#140403'

red 20 ◦ green 4 ◦ blue 3

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

Shades of Black #140403

Tints of Black #140403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 14.81%

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

R = 74.07%
G = 14.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#140403 (or 0x140403) is known color: Black. HEX triplet: 14, 04 and 03. RGB value is (20,4,3). Sum of RGB (Red+Green+Blue) = 20+4+3=27 (3% of max value = 765). Red value is 20 (8.20% from 255 or 74.07% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 20 - color contains mainly: red. Hex color #140403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140403 is #EBFBFC. Grayscale: #080808. Windows color (decimal): -15465469 or 197652. OLE color: 197652.

HSL color Cylindrical-coordinate representation of color #140403: hue angle of 3.53º 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 #140403 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 4 3 -
CMYK 0 0.80 0.85 0.92
HSL 3.53º 0.74% 0.05% -
HSV(B) 3.53º 0.85% 0.08% -
XYZ 0.35 0.24 0.11 -
YUV 8.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 20 4 3 0 0.80 0.85 0.92 3.53 0.74 0.05
Hex 14 4 3 0 50 55 5C 4 4A 5
Octal 24 4 3 0 120 125 134 4 112 5
Binary 10100 100 11 0 1010000 1010101 1011100 100 1001010 101

Color Harmonies of #140403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140403

Black with #140403

Text Example


Text Example

White with #140403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140403; }

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

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

background-color css

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

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

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

border-color css

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

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

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