Html Css Color HEX #12120F Maire

📋 copy color: '#12120F'

red 18 ◦ green 18 ◦ blue 15

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

Shades of Maire #12120F

Tints of Maire #12120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 29.41%

R = 35.29%
G = 35.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#12120F (or 0x12120F) is known color: Maire. HEX triplet: 12, 12 and 0F. RGB value is (18,18,15). Sum of RGB (Red+Green+Blue) = 18+18+15=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 18 - color contains mainly: red, green. Hex color #12120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12120F is #EDEDF0. Grayscale: #111111. Windows color (decimal): -15592945 or 987666. OLE color: 987666.

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

Color convert

RGB 18 18 15 -
CMYK 0 0 0.17 0.93
HSL 60º 0.09% 0.06% -
HSV(B) 60º 0.17% 0.07% -
XYZ 0.55 0.6 0.54 -
YUV 17.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 18 18 15 0 0 0.17 0.93 60 0.09 0.06
Hex 12 12 F 0 0 11 5D 3C 9 6
Octal 22 22 17 0 0 21 135 74 11 6
Binary 10010 10010 1111 0 0 10001 1011101 111100 1001 110

Color Harmonies of #12120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12120F

Black with #12120F

Text Example


Text Example

White with #12120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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