Html Css Color HEX #120500 Black

📋 copy color: '#120500'

red 18 ◦ green 5 ◦ blue 0

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

Shades of Black #120500

Tints of Black #120500

RGB

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

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

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

R = 78.26%
G = 21.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#120500 (or 0x120500) is known color: Black. HEX triplet: 12, 05 and 00. RGB value is (18,5,0). Sum of RGB (Red+Green+Blue) = 18+5+0=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120500 is #EDFAFF. Grayscale: #080808. Windows color (decimal): -15596288 or 1298. OLE color: 1298.

HSL color Cylindrical-coordinate representation of color #120500: hue angle of 16.67º 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 #120500 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 5 0 -
CMYK 0 0.72 1 0.93
HSL 16.67º 1% 0.04% -
HSV(B) 16.67º 1% 0.07% -
XYZ 0.3 0.24 0.03 -
YUV 8.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 18 5 0 0 0.72 1 0.93 16.67 1 0.04
Hex 12 5 0 0 48 64 5D 11 64 4
Octal 22 5 0 0 110 144 135 21 144 4
Binary 10010 101 0 0 1001000 1100100 1011101 10001 1100100 100

Color Harmonies of #120500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120500

Black with #120500

Text Example


Text Example

White with #120500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120500; }

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

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

background-color css

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

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

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

border-color css

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

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

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