#0C1B09

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

Shades of Myrtle #0C1B09

Tints of Myrtle #0C1B09

Color information

#0C1B09 (or 0x0C1B09) is unknown color: approx Myrtle. HEX triplet: 0C, 1B and 09. RGB value is (12,27,9). Sum of RGB (Red+Green+Blue) = 12+27+9=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B09 is #F3E4F6. Grayscale: #141414. Windows color (decimal): -15983863 or 596748. OLE color: 596748.

HSL color Cylindrical-coordinate representation of color #0C1B09: hue angle of 110º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C1B09 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.

Color convert

RGB12279-
CMYK0.5600.670.89
HSL110º50%7.06%-
HSV(B)110º66.67%10.59%-
XYZ0.590.880.4-
YUV20.46121.53121.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 27 (10.94% from 255) = 56.25%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=25%
G=56.25%
B=18.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122790.5600.670.89110507.06
HexC1B938043596e327
Octal143311700103131156627
Binary11001101110011110000100001110110011101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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