#0C2301

Color #0C2301 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0C2301

Tints of Myrtle #0C2301

Color information

#0C2301 (or 0x0C2301) is unknown color: approx Myrtle. HEX triplet: 0C, 23 and 01. RGB value is (12,35,1). Sum of RGB (Red+Green+Blue) = 12+35+1=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 35 (14.06% from 255 or 72.92% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2301 is #F3DCFE. Grayscale: #181818. Windows color (decimal): -15981823 or 74508. OLE color: 74508.

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

Color convert

RGB12351-
CMYK0.6600.970.86
HSL100.59º94.44%7.06%-
HSV(B)100.59º97.14%13.73%-
XYZ0.761.280.24-
YUV24.25114.88119.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 72.92%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=25%
G=72.92%
B=2.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal123510.6600.970.86100.5994.447.06
HexC2314206156655e7
Octal1443110201411261451367
Binary11001000111100001001100001101011011001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C2301;
 }
 .AnyTagClassName
 {
   color: #0C2301;
 }
</style>
background-color css

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

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

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

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

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

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