Html Css Color HEX #121300 Maire

📋 copy color: '#121300'

red 18 ◦ green 19 ◦ blue 0

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

Shades of Maire #121300

Tints of Maire #121300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 51.35%

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

R = 48.65%
G = 51.35%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#121300 (or 0x121300) is known color: Maire. HEX triplet: 12, 13 and 00. RGB value is (18,19,0). Sum of RGB (Red+Green+Blue) = 18+19+0=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #121300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121300 is #EDECFF. Grayscale: #101010. Windows color (decimal): -15592704 or 4882. OLE color: 4882.

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

Color convert

RGB 18 19 0 -
CMYK 0.05 0 1 0.93
HSL 63.16º 1% 0.04% -
HSV(B) 63.16º 1% 0.07% -
XYZ 0.48 0.59 0.09 -
YUV 16.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 18 19 0 0.05 0 1 0.93 63.16 1 0.04
Hex 12 13 0 5 0 64 5D 3F 64 4
Octal 22 23 0 5 0 144 135 77 144 4
Binary 10010 10011 0 101 0 1100100 1011101 111111 1100100 100

Color Harmonies of #121300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121300

Black with #121300

Text Example


Text Example

White with #121300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121300; }

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

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

background-color css

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

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

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

border-color css

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

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

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