Html Css Color HEX #0C1D09 Myrtle

📋 copy color: '#0C1D09'

red 12 ◦ green 29 ◦ blue 9

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

Shades of Myrtle #0C1D09

Tints of Myrtle #0C1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 58%

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

R = 24%
G = 58%
B = 18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#0C1D09 (or 0x0C1D09) is known color: Myrtle. HEX triplet: 0C, 1D and 09. RGB value is (12,29,9). Sum of RGB (Red+Green+Blue) = 12+29+9=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #0C1D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1D09 is #F3E2F6. Grayscale: #151515. Windows color (decimal): -15983351 or 597260. OLE color: 597260.

HSL color Cylindrical-coordinate representation of color #0C1D09: hue angle of 111º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C1D09 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 29 9 -
CMYK 0.59 0 0.69 0.89
HSL 111º 0.53% 0.07% -
HSV(B) 111º 0.69% 0.11% -
XYZ 0.64 0.98 0.41 -
YUV 21.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 12 29 9 0.59 0 0.69 0.89 111 0.53 0.07
Hex C 1D 9 3B 0 45 59 6F 35 7
Octal 14 35 11 73 0 105 131 157 65 7
Binary 1100 11101 1001 111011 0 1000101 1011001 1101111 110101 111

Color Harmonies of #0C1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1D09

Black with #0C1D09

Text Example


Text Example

White with #0C1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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