Html Css Color HEX #140B01 Black

📋 copy color: '#140B01'

red 20 ◦ green 11 ◦ blue 1

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

Shades of Black #140B01

Tints of Black #140B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 34.38%

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

R = 62.5%
G = 34.38%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140B01 (or 0x140B01) is known color: Black. HEX triplet: 14, 0B and 01. RGB value is (20,11,1). Sum of RGB (Red+Green+Blue) = 20+11+1=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B01 is #EBF4FE. Grayscale: #0C0C0C. Windows color (decimal): -15463679 or 68372. OLE color: 68372.

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

Color convert

RGB 20 11 1 -
CMYK 0 0.45 0.95 0.92
HSL 31.58º 0.9% 0.04% -
HSV(B) 31.58º 0.95% 0.08% -
XYZ 0.41 0.39 0.08 -
YUV 12.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 20 11 1 0 0.45 0.95 0.92 31.58 0.9 0.04
Hex 14 B 1 0 2D 5F 5C 20 5A 4
Octal 24 13 1 0 55 137 134 40 132 4
Binary 10100 1011 1 0 101101 1011111 1011100 100000 1011010 100

Color Harmonies of #140B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B01

Black with #140B01

Text Example


Text Example

White with #140B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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