Html Css Color HEX #0C1E09 Myrtle

📋 copy color: '#0C1E09'

red 12 ◦ green 30 ◦ blue 9

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

Shades of Myrtle #0C1E09

Tints of Myrtle #0C1E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 58.82%

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

R = 23.53%
G = 58.82%
B = 17.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#0C1E09 (or 0x0C1E09) is known color: Myrtle. HEX triplet: 0C, 1E and 09. RGB value is (12,30,9). Sum of RGB (Red+Green+Blue) = 12+30+9=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E09 is #F3E1F6. Grayscale: #161616. Windows color (decimal): -15983095 or 597516. OLE color: 597516.

HSL color Cylindrical-coordinate representation of color #0C1E09: hue angle of 111.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C1E09 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 30 9 -
CMYK 0.60 0 0.70 0.88
HSL 111.43º 0.54% 0.08% -
HSV(B) 111.43º 0.7% 0.12% -
XYZ 0.67 1.03 0.42 -
YUV 22.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 12 30 9 0.60 0 0.70 0.88 111.43 0.54 0.08
Hex C 1E 9 3C 0 46 58 6F 36 8
Octal 14 36 11 74 0 106 130 157 66 10
Binary 1100 11110 1001 111100 0 1000110 1011000 1101111 110110 1000

Color Harmonies of #0C1E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1E09

Black with #0C1E09

Text Example


Text Example

White with #0C1E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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