#0C320B

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

Shades of Myrtle #0C320B

Tints of Myrtle #0C320B

Color information

#0C320B (or 0x0C320B) is unknown color: approx Myrtle. HEX triplet: 0C, 32 and 0B. RGB value is (12,50,11). Sum of RGB (Red+Green+Blue) = 12+50+11=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #0C320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C320B is #F3CDF4. Grayscale: #222222. Windows color (decimal): -15977973 or 733708. OLE color: 733708.

HSL color Cylindrical-coordinate representation of color #0C320B: hue angle of 118.46º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C320B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB125011-
CMYK0.7600.780.80
HSL118.46º63.93%11.96%-
HSV(B)118.46º78%19.61%-
XYZ1.352.380.71-
YUV34.19114.91112.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 50 (19.92% from 255) = 68.49%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=16.44%
G=68.49%
B=15.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1250110.7600.780.80118.4663.9311.96
HexC32B4C04E507640c
Octal146213114011612016610014
Binary110011001010111001100010011101010000111011010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,50,11); }

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

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

 a { background-color: rgb(12,50,11); }

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

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

 span { border-color: rgb(12,50,11); }

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