Html Css Color HEX #120300 Black

📋 copy color: '#120300'

red 18 ◦ green 3 ◦ blue 0

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

Shades of Black #120300

Tints of Black #120300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 14.29%

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

R = 85.71%
G = 14.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#120300 (or 0x120300) is known color: Black. HEX triplet: 12, 03 and 00. RGB value is (18,3,0). Sum of RGB (Red+Green+Blue) = 18+3+0=21 (2% of max value = 765). Red value is 18 (7.42% from 255 or 85.71% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 18 - color contains mainly: red. Hex color #120300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120300 is #EDFCFF. Grayscale: #070707. Windows color (decimal): -15596800 or 786. OLE color: 786.

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

Color convert

RGB 18 3 0 -
CMYK 0 0.83 1 0.93
HSL 10º 1% 0.04% -
HSV(B) 10º 1% 0.07% -
XYZ 0.28 0.19 0.02 -
YUV 7.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 18 3 0 0 0.83 1 0.93 10 1 0.04
Hex 12 3 0 0 53 64 5D A 64 4
Octal 22 3 0 0 123 144 135 12 144 4
Binary 10010 11 0 0 1010011 1100100 1011101 1010 1100100 100

Color Harmonies of #120300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120300

Black with #120300

Text Example


Text Example

White with #120300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120300; }

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

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

background-color css

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

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

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

border-color css

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

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

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