Html Css Color HEX #0C2309 Myrtle

📋 copy color: '#0C2309'

red 12 ◦ green 35 ◦ blue 9

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

Shades of Myrtle #0C2309

Tints of Myrtle #0C2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 62.5%

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

R = 21.43%
G = 62.5%
B = 16.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#0C2309 (or 0x0C2309) is known color: Myrtle. HEX triplet: 0C, 23 and 09. RGB value is (12,35,9). Sum of RGB (Red+Green+Blue) = 12+35+9=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2309 is #F3DCF6. Grayscale: #191919. Windows color (decimal): -15981815 or 598796. OLE color: 598796.

HSL color Cylindrical-coordinate representation of color #0C2309: hue angle of 113.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2309 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 35 9 -
CMYK 0.66 0 0.74 0.86
HSL 113.08º 0.59% 0.09% -
HSV(B) 113.08º 0.74% 0.14% -
XYZ 0.8 1.3 0.47 -
YUV 25.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 12 35 9 0.66 0 0.74 0.86 113.08 0.59 0.09
Hex C 23 9 42 0 4A 56 71 3B 9
Octal 14 43 11 102 0 112 126 161 73 11
Binary 1100 100011 1001 1000010 0 1001010 1010110 1110001 111011 1001

Color Harmonies of #0C2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2309

Black with #0C2309

Text Example


Text Example

White with #0C2309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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