#1F331F

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

Shades of Myrtle #1F331F

Tints of Myrtle #1F331F

Color information

#1F331F (or 0x1F331F) is unknown color: approx Myrtle. HEX triplet: 1F, 33 and 1F. RGB value is (31,51,31). Sum of RGB (Red+Green+Blue) = 31+51+31=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #1F331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F331F is #E0CCE0. Grayscale: #2A2A2A. Windows color (decimal): -14732513 or 2044703. OLE color: 2044703.

HSL color Cylindrical-coordinate representation of color #1F331F: hue angle of 120º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F331F is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB315131-
CMYK0.3900.390.8
HSL120º24.39%16.08%-
HSV(B)120º39.22%20%-
XYZ22.761.72-
YUV42.74121.37119.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=27.43%
G=45.13%
B=27.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3151310.3900.390.812024.3916.08
Hex1F331F2702750781810
Octal376337470471201703020
Binary11111110011111111001110100111101000011110001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F331F; }

 p { color: rgb(31,51,31); }

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

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

 a { background-color: rgb(31,51,31); }

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

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

 span { border-color: rgb(31,51,31); }

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