Html Css Color HEX #0C1C09 Myrtle

📋 copy color: '#0C1C09'

red 12 ◦ green 28 ◦ blue 9

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

Shades of Myrtle #0C1C09

Tints of Myrtle #0C1C09

RGB

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

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

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

R = 24.49%
G = 57.14%
B = 18.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#0C1C09 (or 0x0C1C09) is known color: Myrtle. HEX triplet: 0C, 1C and 09. RGB value is (12,28,9). Sum of RGB (Red+Green+Blue) = 12+28+9=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C09 is #F3E3F6. Grayscale: #151515. Windows color (decimal): -15983607 or 597004. OLE color: 597004.

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

Color convert

RGB 12 28 9 -
CMYK 0.57 0 0.68 0.89
HSL 110.53º 0.51% 0.07% -
HSV(B) 110.53º 0.68% 0.11% -
XYZ 0.62 0.93 0.41 -
YUV 21.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 12 28 9 0.57 0 0.68 0.89 110.53 0.51 0.07
Hex C 1C 9 39 0 44 59 6F 33 7
Octal 14 34 11 71 0 104 131 157 63 7
Binary 1100 11100 1001 111001 0 1000100 1011001 1101111 110011 111

Color Harmonies of #0C1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1C09

Black with #0C1C09

Text Example


Text Example

White with #0C1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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