Html Css Color HEX #121C11 Myrtle

📋 copy color: '#121C11'

red 18 ◦ green 28 ◦ blue 17

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

Shades of Myrtle #121C11

Tints of Myrtle #121C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 44.44%

 BLUE value IS 17 (7.03% from 255) = 26.98%

R = 28.57%
G = 44.44%
B = 26.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#121C11 (or 0x121C11) is known color: Myrtle. HEX triplet: 12, 1C and 11. RGB value is (18,28,17). Sum of RGB (Red+Green+Blue) = 18+28+17=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #121C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C11 is #EDE3EE. Grayscale: #171717. Windows color (decimal): -15590383 or 1121298. OLE color: 1121298.

HSL color Cylindrical-coordinate representation of color #121C11: hue angle of 114.55º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #121C11 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 28 17 -
CMYK 0.36 0 0.39 0.89
HSL 114.55º 0.24% 0.09% -
HSV(B) 114.55º 0.39% 0.11% -
XYZ 0.77 1 0.68 -
YUV 23.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 18 28 17 0.36 0 0.39 0.89 114.55 0.24 0.09
Hex 12 1C 11 24 0 27 59 73 18 9
Octal 22 34 21 44 0 47 131 163 30 11
Binary 10010 11100 10001 100100 0 100111 1011001 1110011 11000 1001

Color Harmonies of #121C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C11

Black with #121C11

Text Example


Text Example

White with #121C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121C11; }

 p { color: rgb(18,28,17); }

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

background-color css

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

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

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

border-color css

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

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

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