Html Css Color HEX #120F03 Maire

📋 copy color: '#120F03'

red 18 ◦ green 15 ◦ blue 3

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

Shades of Maire #120F03

Tints of Maire #120F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 41.67%

 BLUE value IS 3 (1.56% from 255) = 8.33%

R = 50%
G = 41.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#120F03 (or 0x120F03) is known color: Maire. HEX triplet: 12, 0F and 03. RGB value is (18,15,3). Sum of RGB (Red+Green+Blue) = 18+15+3=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F03 is #EDF0FC. Grayscale: #0E0E0E. Windows color (decimal): -15593725 or 200466. OLE color: 200466.

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

Color convert

RGB 18 15 3 -
CMYK 0 0.17 0.83 0.93
HSL 48º 0.71% 0.04% -
HSV(B) 48º 0.83% 0.07% -
XYZ 0.44 0.48 0.16 -
YUV 14.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 18 15 3 0 0.17 0.83 0.93 48 0.71 0.04
Hex 12 F 3 0 11 53 5D 30 47 4
Octal 22 17 3 0 21 123 135 60 107 4
Binary 10010 1111 11 0 10001 1010011 1011101 110000 1000111 100

Color Harmonies of #120F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F03

Black with #120F03

Text Example


Text Example

White with #120F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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