#18310B

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

Shades of Myrtle #18310B

Tints of Myrtle #18310B

Color information

#18310B (or 0x18310B) is unknown color: approx Myrtle. HEX triplet: 18, 31 and 0B. RGB value is (24,49,11). Sum of RGB (Red+Green+Blue) = 24+49+11=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #18310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18310B is #E7CEF4. Grayscale: #252525. Windows color (decimal): -15191797 or 733464. OLE color: 733464.

HSL color Cylindrical-coordinate representation of color #18310B: hue angle of 99.47º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18310B is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB244911-
CMYK0.5100.780.81
HSL99.47º63.33%11.76%-
HSV(B)99.47º77.55%19.22%-
XYZ1.542.410.7-
YUV37.19113.22118.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 58.33%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=28.57%
G=58.33%
B=13.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2449110.5100.780.8199.4763.3311.76
Hex1831B3304E51633fc
Octal3061136301161211437714
Binary11000110001101111001101001110101000111000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18310B; }

 p { color: rgb(24,49,11); }

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

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

 a { background-color: rgb(24,49,11); }

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

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

 span { border-color: rgb(24,49,11); }

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