Html Css Color HEX #140301 Black

📋 copy color: '#140301'

red 20 ◦ green 3 ◦ blue 1

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

Shades of Black #140301

Tints of Black #140301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 12.5%

 BLUE value IS 1 (0.78% from 255) = 4.17%

R = 83.33%
G = 12.5%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140301 (or 0x140301) is known color: Black. HEX triplet: 14, 03 and 01. RGB value is (20,3,1). Sum of RGB (Red+Green+Blue) = 20+3+1=24 (3% of max value = 765). Red value is 20 (8.20% from 255 or 83.33% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 20 - color contains mainly: red. Hex color #140301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140301 is #EBFCFE. Grayscale: #070707. Windows color (decimal): -15465727 or 66324. OLE color: 66324.

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

Color convert

RGB 20 3 1 -
CMYK 0 0.85 0.95 0.92
HSL 6.32º 0.9% 0.04% -
HSV(B) 6.32º 0.95% 0.08% -
XYZ 0.33 0.22 0.05 -
YUV 7.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 20 3 1 0 0.85 0.95 0.92 6.32 0.9 0.04
Hex 14 3 1 0 55 5F 5C 6 5A 4
Octal 24 3 1 0 125 137 134 6 132 4
Binary 10100 11 1 0 1010101 1011111 1011100 110 1011010 100

Color Harmonies of #140301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140301

Black with #140301

Text Example


Text Example

White with #140301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140301; }

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

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

background-color css

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

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

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

border-color css

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

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

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