Html Css Color HEX #140B05 Black

📋 copy color: '#140B05'

red 20 ◦ green 11 ◦ blue 5

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

Shades of Black #140B05

Tints of Black #140B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 13.89%

R = 55.56%
G = 30.56%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.92

RGB Variations

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

Color information

#140B05 (or 0x140B05) is known color: Black. HEX triplet: 14, 0B and 05. RGB value is (20,11,5). Sum of RGB (Red+Green+Blue) = 20+11+5=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B05 is #EBF4FA. Grayscale: #0D0D0D. Windows color (decimal): -15463675 or 330516. OLE color: 330516.

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

Color convert

RGB 20 11 5 -
CMYK 0 0.45 0.75 0.92
HSL 24º 0.6% 0.05% -
HSV(B) 24º 0.75% 0.08% -
XYZ 0.44 0.4 0.2 -
YUV 13.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 20 11 5 0 0.45 0.75 0.92 24 0.6 0.05
Hex 14 B 5 0 2D 4B 5C 18 3C 5
Octal 24 13 5 0 55 113 134 30 74 5
Binary 10100 1011 101 0 101101 1001011 1011100 11000 111100 101

Color Harmonies of #140B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B05

Black with #140B05

Text Example


Text Example

White with #140B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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