Html Css Color HEX #140801 Black

📋 copy color: '#140801'

red 20 ◦ green 8 ◦ blue 1

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

Shades of Black #140801

Tints of Black #140801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 27.59%

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

R = 68.97%
G = 27.59%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140801 (or 0x140801) is known color: Black. HEX triplet: 14, 08 and 01. RGB value is (20,8,1). Sum of RGB (Red+Green+Blue) = 20+8+1=29 (3% of max value = 765). Red value is 20 (8.20% from 255 or 68.97% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 20 - color contains mainly: red. Hex color #140801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140801 is #EBF7FE. Grayscale: #0A0A0A. Windows color (decimal): -15464447 or 67604. OLE color: 67604.

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

Color convert

RGB 20 8 1 -
CMYK 0 0.60 0.95 0.92
HSL 22.11º 0.9% 0.04% -
HSV(B) 22.11º 0.95% 0.08% -
XYZ 0.38 0.32 0.07 -
YUV 10.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 20 8 1 0 0.60 0.95 0.92 22.11 0.9 0.04
Hex 14 8 1 0 3C 5F 5C 16 5A 4
Octal 24 10 1 0 74 137 134 26 132 4
Binary 10100 1000 1 0 111100 1011111 1011100 10110 1011010 100

Color Harmonies of #140801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140801

Black with #140801

Text Example


Text Example

White with #140801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140801; }

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

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

background-color css

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

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

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

border-color css

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

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

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