Html Css Color HEX #0C1909 Myrtle

📋 copy color: '#0C1909'

red 12 ◦ green 25 ◦ blue 9

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

Shades of Myrtle #0C1909

Tints of Myrtle #0C1909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 54.35%

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

R = 26.09%
G = 54.35%
B = 19.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#0C1909 (or 0x0C1909) is known color: Myrtle. HEX triplet: 0C, 19 and 09. RGB value is (12,25,9). Sum of RGB (Red+Green+Blue) = 12+25+9=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 25 (10.16% from 255 or 54.35% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1909 is #F3E6F6. Grayscale: #131313. Windows color (decimal): -15984375 or 596236. OLE color: 596236.

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

Color convert

RGB 12 25 9 -
CMYK 0.52 0 0.64 0.90
HSL 108.75º 0.47% 0.07% -
HSV(B) 108.75º 0.64% 0.1% -
XYZ 0.55 0.79 0.38 -
YUV 19.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 12 25 9 0.52 0 0.64 0.90 108.75 0.47 0.07
Hex C 19 9 34 0 40 5A 6D 2F 7
Octal 14 31 11 64 0 100 132 155 57 7
Binary 1100 11001 1001 110100 0 1000000 1011010 1101101 101111 111

Color Harmonies of #0C1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1909

Black with #0C1909

Text Example


Text Example

White with #0C1909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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