#0C200B

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

Shades of Myrtle #0C200B

Tints of Myrtle #0C200B

Color information

#0C200B (or 0x0C200B) is unknown color: approx Myrtle. HEX triplet: 0C, 20 and 0B. RGB value is (12,32,11). Sum of RGB (Red+Green+Blue) = 12+32+11=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #0C200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C200B is #F3DFF4. Grayscale: #171717. Windows color (decimal): -15982581 or 729100. OLE color: 729100.

HSL color Cylindrical-coordinate representation of color #0C200B: hue angle of 117.14º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C200B is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB123211-
CMYK0.6300.660.87
HSL117.14º48.84%8.43%-
HSV(B)117.14º65.62%12.55%-
XYZ0.731.140.5-
YUV23.63120.87119.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.82%
GREEN value IS 32 (12.89% from 255) = 58.18%
BLUE value IS 11 (4.69% from 255) = 20%
R=21.82%
G=58.18%
B=20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1232110.6300.660.87117.1448.848.43
HexC20B3F0425775318
Octal1440137701021271656110
Binary1100100000101111111101000010101011111101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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