Html Css Color HEX #121304 Maire

📋 copy color: '#121304'

red 18 ◦ green 19 ◦ blue 4

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

Shades of Maire #121304

Tints of Maire #121304

RGB

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

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

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

R = 43.9%
G = 46.34%
B = 9.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#121304 (or 0x121304) is known color: Maire. HEX triplet: 12, 13 and 04. RGB value is (18,19,4). Sum of RGB (Red+Green+Blue) = 18+19+4=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #121304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121304 is #EDECFB. Grayscale: #111111. Windows color (decimal): -15592700 or 267026. OLE color: 267026.

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

Color convert

RGB 18 19 4 -
CMYK 0.05 0 0.79 0.93
HSL 64º 0.65% 0.05% -
HSV(B) 64º 0.79% 0.07% -
XYZ 0.5 0.6 0.2 -
YUV 16.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 18 19 4 0.05 0 0.79 0.93 64 0.65 0.05
Hex 12 13 4 5 0 4F 5D 40 41 5
Octal 22 23 4 5 0 117 135 100 101 5
Binary 10010 10011 100 101 0 1001111 1011101 1000000 1000001 101

Color Harmonies of #121304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121304

Black with #121304

Text Example


Text Example

White with #121304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121304; }

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

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

background-color css

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

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

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

border-color css

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

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

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