#0C1B0A

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

Shades of Myrtle #0C1B0A

Tints of Myrtle #0C1B0A

Color information

#0C1B0A (or 0x0C1B0A) is unknown color: approx Myrtle. HEX triplet: 0C, 1B and 0A. RGB value is (12,27,10). Sum of RGB (Red+Green+Blue) = 12+27+10=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B0A is #F3E4F5. Grayscale: #141414. Windows color (decimal): -15983862 or 662284. OLE color: 662284.

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

Color convert

RGB122710-
CMYK0.5600.630.89
HSL112.94º45.95%7.25%-
HSV(B)112.94º62.96%10.59%-
XYZ0.60.880.43-
YUV20.58122.03121.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 27 (10.94% from 255) = 55.10%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=24.49%
G=55.10%
B=20.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1227100.5600.630.89112.9445.957.25
HexC1BA3803F59712e7
Octal14331270077131161567
Binary1100110111010111000011111110110011110001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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