#031800

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

Shades of Myrtle #031800

Tints of Myrtle #031800

Color information

#031800 (or 0x031800) is unknown color: approx Myrtle. HEX triplet: 03, 18 and 00. RGB value is (3,24,0). Sum of RGB (Red+Green+Blue) = 3+24+0=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 24 (9.77% from 255 or 88.89% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 24 - color contains mainly: green. Hex color #031800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031800 is #FCE7FF. Grayscale: #0F0F0F. Windows color (decimal): -16574464 or 6147. OLE color: 6147.

HSL color Cylindrical-coordinate representation of color #031800: hue angle of 112.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #031800 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB3240-
CMYK0.88010.91
HSL112.5º100%4.71%-
HSV(B)112.5º100%9.41%-
XYZ0.360.670.11-
YUV14.98119.54119.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.11%
GREEN value IS 24 (9.77% from 255) = 88.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.11%
G=88.89%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32400.88010.91112.51004.71
Hex3180580645B70645
Octal330013001441331601445
Binary11110000101100001100100101101111100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031800; }

 p { color: rgb(3,24,0); }

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

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

 a { background-color: rgb(3,24,0); }

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

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

 span { border-color: rgb(3,24,0); }

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