Html Css Color HEX #120000 Black

📋 copy color: '#120000'

red 18 ◦ green 0 ◦ blue 0

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

Shades of Black #120000

Tints of Black #120000

RGB

 RED value IS 18 (7.42% from 255) = 100%

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#120000 (or 0x120000) is known color: Black. HEX triplet: 12, 00 and 00. RGB value is (18,0,0). Sum of RGB (Red+Green+Blue) = 18+0+0=18 (2% of max value = 765). Red value is 18 (7.42% from 255 or 100% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 0 (0.39% from 255 or 0% from 18); Max value from RGB is 18 - color contains mainly: red. Hex color #120000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120000 is #EDFFFF. Grayscale: #050505. Windows color (decimal): -15597568 or 18. OLE color: 18.

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

Color convert

RGB 18 0 0 -
CMYK 0 1 1 0.93
HSL 1% 0.04% -
HSV(B) 1% 0.07% -
XYZ 0.25 0.13 0.01 -
YUV 5.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 18 0 0 0 1 1 0.93 0 1 0.04
Hex 12 0 0 0 64 64 5D 0 64 4
Octal 22 0 0 0 144 144 135 0 144 4
Binary 10010 0 0 0 1100100 1100100 1011101 0 1100100 100

Color Harmonies of #120000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120000

Black with #120000

Text Example


Text Example

White with #120000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120000; }

 p { color: rgb(18,0,0); }

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

background-color css

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

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

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

border-color css

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

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

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