#0C2401

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

Shades of Myrtle #0C2401

Tints of Myrtle #0C2401

Color information

#0C2401 (or 0x0C2401) is unknown color: approx Myrtle. HEX triplet: 0C, 24 and 01. RGB value is (12,36,1). Sum of RGB (Red+Green+Blue) = 12+36+1=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 36 (14.45% from 255 or 73.47% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 36 - color contains mainly: green. Hex color #0C2401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2401 is #F3DBFE. Grayscale: #181818. Windows color (decimal): -15981567 or 74764. OLE color: 74764.

HSL color Cylindrical-coordinate representation of color #0C2401: hue angle of 101.14º degrees, saturation: 0.95, 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 #0C2401 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB12361-
CMYK0.6700.970.86
HSL101.14º94.59%7.25%-
HSV(B)101.14º97.22%14.12%-
XYZ0.791.340.25-
YUV24.83114.55118.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 36 (14.45% from 255) = 73.47%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=24.49%
G=73.47%
B=2.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal123610.6700.970.86101.1494.597.25
HexC2414306156655f7
Octal1444110301411261451377
Binary11001001001100001101100001101011011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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