Html Css Color HEX #140901 Black

📋 copy color: '#140901'

red 20 ◦ green 9 ◦ blue 1

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

Shades of Black #140901

Tints of Black #140901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 30%

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

R = 66.67%
G = 30%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140901 (or 0x140901) is known color: Black. HEX triplet: 14, 09 and 01. RGB value is (20,9,1). Sum of RGB (Red+Green+Blue) = 20+9+1=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140901 is #EBF6FE. Grayscale: #0B0B0B. Windows color (decimal): -15464191 or 67860. OLE color: 67860.

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

Color convert

RGB 20 9 1 -
CMYK 0 0.55 0.95 0.92
HSL 25.26º 0.9% 0.04% -
HSV(B) 25.26º 0.95% 0.08% -
XYZ 0.39 0.35 0.07 -
YUV 11.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 20 9 1 0 0.55 0.95 0.92 25.26 0.9 0.04
Hex 14 9 1 0 37 5F 5C 19 5A 4
Octal 24 11 1 0 67 137 134 31 132 4
Binary 10100 1001 1 0 110111 1011111 1011100 11001 1011010 100

Color Harmonies of #140901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140901

Black with #140901

Text Example


Text Example

White with #140901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140901; }

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

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

background-color css

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

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

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

border-color css

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

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

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