Html Css Color HEX #140201 Black

📋 copy color: '#140201'

red 20 ◦ green 2 ◦ blue 1

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

Shades of Black #140201

Tints of Black #140201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 8.7%

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

R = 86.96%
G = 8.7%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140201 (or 0x140201) is known color: Black. HEX triplet: 14, 02 and 01. RGB value is (20,2,1). Sum of RGB (Red+Green+Blue) = 20+2+1=23 (3% of max value = 765). Red value is 20 (8.20% from 255 or 86.96% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 20 - color contains mainly: red. Hex color #140201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140201 is #EBFDFE. Grayscale: #070707. Windows color (decimal): -15465983 or 66068. OLE color: 66068.

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

Color convert

RGB 20 2 1 -
CMYK 0 0.90 0.95 0.92
HSL 3.16º 0.9% 0.04% -
HSV(B) 3.16º 0.95% 0.08% -
XYZ 0.32 0.19 0.05 -
YUV 7.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 20 2 1 0 0.90 0.95 0.92 3.16 0.9 0.04
Hex 14 2 1 0 5A 5F 5C 3 5A 4
Octal 24 2 1 0 132 137 134 3 132 4
Binary 10100 10 1 0 1011010 1011111 1011100 11 1011010 100

Color Harmonies of #140201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140201

Black with #140201

Text Example


Text Example

White with #140201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140201; }

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

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

background-color css

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

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

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

border-color css

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

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

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