Html Css Color HEX #140501 Black

📋 copy color: '#140501'

red 20 ◦ green 5 ◦ blue 1

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

Shades of Black #140501

Tints of Black #140501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 19.23%

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

R = 76.92%
G = 19.23%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140501 (or 0x140501) is known color: Black. HEX triplet: 14, 05 and 01. RGB value is (20,5,1). Sum of RGB (Red+Green+Blue) = 20+5+1=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140501 is #EBFAFE. Grayscale: #090909. Windows color (decimal): -15465215 or 66836. OLE color: 66836.

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

Color convert

RGB 20 5 1 -
CMYK 0 0.75 0.95 0.92
HSL 12.63º 0.9% 0.04% -
HSV(B) 12.63º 0.95% 0.08% -
XYZ 0.35 0.26 0.06 -
YUV 9.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 20 5 1 0 0.75 0.95 0.92 12.63 0.9 0.04
Hex 14 5 1 0 4B 5F 5C D 5A 4
Octal 24 5 1 0 113 137 134 15 132 4
Binary 10100 101 1 0 1001011 1011111 1011100 1101 1011010 100

Color Harmonies of #140501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140501

Black with #140501

Text Example


Text Example

White with #140501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140501; }

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

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

background-color css

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

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

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

border-color css

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

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

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