Html Css Color HEX #0C1A09 Myrtle

📋 copy color: '#0C1A09'

red 12 ◦ green 26 ◦ blue 9

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

Shades of Myrtle #0C1A09

Tints of Myrtle #0C1A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 55.32%

 BLUE value IS 9 (3.91% from 255) = 19.15%

R = 25.53%
G = 55.32%
B = 19.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#0C1A09 (or 0x0C1A09) is known color: Myrtle. HEX triplet: 0C, 1A and 09. RGB value is (12,26,9). Sum of RGB (Red+Green+Blue) = 12+26+9=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A09 is #F3E5F6. Grayscale: #131313. Windows color (decimal): -15984119 or 596492. OLE color: 596492.

HSL color Cylindrical-coordinate representation of color #0C1A09: hue angle of 109.41º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0C1A09 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 26 9 -
CMYK 0.54 0 0.65 0.90
HSL 109.41º 0.49% 0.07% -
HSV(B) 109.41º 0.65% 0.1% -
XYZ 0.57 0.84 0.39 -
YUV 19.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 12 26 9 0.54 0 0.65 0.90 109.41 0.49 0.07
Hex C 1A 9 36 0 41 5A 6D 31 7
Octal 14 32 11 66 0 101 132 155 61 7
Binary 1100 11010 1001 110110 0 1000001 1011010 1101101 110001 111

Color Harmonies of #0C1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1A09

Black with #0C1A09

Text Example


Text Example

White with #0C1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,26,9); }

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

background-color css

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

 a { background-color: rgb(12,26,9); }

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

border-color css

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

 span { border-color: rgb(12,26,9); }

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