Html Css Color HEX #0C180A Myrtle

📋 copy color: '#0C180A'

red 12 ◦ green 24 ◦ blue 10

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

Shades of Myrtle #0C180A

Tints of Myrtle #0C180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 52.17%

 BLUE value IS 10 (4.3% from 255) = 21.74%

R = 26.09%
G = 52.17%
B = 21.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#0C180A (or 0x0C180A) is known color: Myrtle. HEX triplet: 0C, 18 and 0A. RGB value is (12,24,10). Sum of RGB (Red+Green+Blue) = 12+24+10=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #0C180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C180A is #F3E7F5. Grayscale: #121212. Windows color (decimal): -15984630 or 661516. OLE color: 661516.

HSL color Cylindrical-coordinate representation of color #0C180A: hue angle of 111.43º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C180A is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 24 10 -
CMYK 0.50 0 0.58 0.91
HSL 111.43º 0.41% 0.07% -
HSV(B) 111.43º 0.58% 0.09% -
XYZ 0.53 0.75 0.4 -
YUV 18.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 12 24 10 0.50 0 0.58 0.91 111.43 0.41 0.07
Hex C 18 A 32 0 3A 5B 6F 29 7
Octal 14 30 12 62 0 72 133 157 51 7
Binary 1100 11000 1010 110010 0 111010 1011011 1101111 101001 111

Color Harmonies of #0C180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C180A

Black with #0C180A

Text Example


Text Example

White with #0C180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,24,10); }

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

background-color css

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

 a { background-color: rgb(12,24,10); }

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

border-color css

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

 span { border-color: rgb(12,24,10); }

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