#1F331B

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

Shades of Myrtle #1F331B

Tints of Myrtle #1F331B

Color information

#1F331B (or 0x1F331B) is unknown color: approx Myrtle. HEX triplet: 1F, 33 and 1B. RGB value is (31,51,27). Sum of RGB (Red+Green+Blue) = 31+51+27=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #1F331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F331B is #E0CCE4. Grayscale: #2A2A2A. Windows color (decimal): -14732517 or 1782559. OLE color: 1782559.

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

Color convert

RGB315127-
CMYK0.3900.470.8
HSL110º30.77%15.29%-
HSV(B)110º47.06%20%-
XYZ1.952.741.46-
YUV42.28119.37119.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.44%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=28.44%
G=46.79%
B=24.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3151270.3900.470.811030.7715.29
Hex1F331B2702F506e1ff
Octal376333470571201563717
Binary1111111001111011100111010111110100001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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