Html Css Color HEX #140B00 Black

📋 copy color: '#140B00'

red 20 ◦ green 11 ◦ blue 0

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

Shades of Black #140B00

Tints of Black #140B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.52%
G = 35.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#140B00 (or 0x140B00) is known color: Black. HEX triplet: 14, 0B and 00. RGB value is (20,11,0). Sum of RGB (Red+Green+Blue) = 20+11+0=31 (4% of max value = 765). Red value is 20 (8.20% from 255 or 64.52% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 20 - color contains mainly: red. Hex color #140B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B00 is #EBF4FF. Grayscale: #0C0C0C. Windows color (decimal): -15463680 or 2836. OLE color: 2836.

HSL color Cylindrical-coordinate representation of color #140B00: hue angle of 33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140B00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 11 0 -
CMYK 0 0.45 1 0.92
HSL 33º 1% 0.04% -
HSV(B) 33º 1% 0.08% -
XYZ 0.41 0.39 0.05 -
YUV 12.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 20 11 0 0 0.45 1 0.92 33 1 0.04
Hex 14 B 0 0 2D 64 5C 21 64 4
Octal 24 13 0 0 55 144 134 41 144 4
Binary 10100 1011 0 0 101101 1100100 1011100 100001 1100100 100

Color Harmonies of #140B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B00

Black with #140B00

Text Example


Text Example

White with #140B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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