Html Css Color HEX #121204 Maire

📋 copy color: '#121204'

red 18 ◦ green 18 ◦ blue 4

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

Shades of Maire #121204

Tints of Maire #121204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 45%

 BLUE value IS 4 (1.95% from 255) = 10%

R = 45%
G = 45%
B = 10%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#121204 (or 0x121204) is known color: Maire. HEX triplet: 12, 12 and 04. RGB value is (18,18,4). Sum of RGB (Red+Green+Blue) = 18+18+4=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121204 is #EDEDFB. Grayscale: #101010. Windows color (decimal): -15592956 or 266770. OLE color: 266770.

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

Color convert

RGB 18 18 4 -
CMYK 0 0 0.78 0.93
HSL 60º 0.64% 0.04% -
HSV(B) 60º 0.78% 0.07% -
XYZ 0.49 0.57 0.2 -
YUV 16.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 18 18 4 0 0 0.78 0.93 60 0.64 0.04
Hex 12 12 4 0 0 4E 5D 3C 40 4
Octal 22 22 4 0 0 116 135 74 100 4
Binary 10010 10010 100 0 0 1001110 1011101 111100 1000000 100

Color Harmonies of #121204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121204

Black with #121204

Text Example


Text Example

White with #121204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121204; }

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

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

background-color css

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

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

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

border-color css

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

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

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