Html Css Color HEX #0C120B Myrtle

📋 copy color: '#0C120B'

red 12 ◦ green 18 ◦ blue 11

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

Shades of Myrtle #0C120B

Tints of Myrtle #0C120B

RGB

 RED value IS 12 (5.08% from 255) = 29.27%

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

 BLUE value IS 11 (4.69% from 255) = 26.83%

R = 29.27%
G = 43.9%
B = 26.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#0C120B (or 0x0C120B) is known color: Myrtle. HEX triplet: 0C, 12 and 0B. RGB value is (12,18,11). Sum of RGB (Red+Green+Blue) = 12+18+11=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #0C120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C120B is #F3EDF4. Grayscale: #0F0F0F. Windows color (decimal): -15986165 or 725516. OLE color: 725516.

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

Color convert

RGB 12 18 11 -
CMYK 0.33 0 0.39 0.93
HSL 111.43º 0.24% 0.06% -
HSV(B) 111.43º 0.39% 0.07% -
XYZ 0.43 0.53 0.4 -
YUV 15.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 12 18 11 0.33 0 0.39 0.93 111.43 0.24 0.06
Hex C 12 B 21 0 27 5D 6F 18 6
Octal 14 22 13 41 0 47 135 157 30 6
Binary 1100 10010 1011 100001 0 100111 1011101 1101111 11000 110

Color Harmonies of #0C120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C120B

Black with #0C120B

Text Example


Text Example

White with #0C120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C120B; }

 p { color: rgb(12,18,11); }

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

background-color css

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

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

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

border-color css

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

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

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