#1F381A

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

Shades of Myrtle #1F381A

Tints of Myrtle #1F381A

Color information

#1F381A (or 0x1F381A) is unknown color: approx Myrtle. HEX triplet: 1F, 38 and 1A. RGB value is (31,56,26). Sum of RGB (Red+Green+Blue) = 31+56+26=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #1F381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F381A is #E0C7E5. Grayscale: #2D2D2D. Windows color (decimal): -14731238 or 1718303. OLE color: 1718303.

HSL color Cylindrical-coordinate representation of color #1F381A: hue angle of 110º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F381A is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB315626-
CMYK0.4500.540.78
HSL110º36.59%16.08%-
HSV(B)110º53.57%21.96%-
XYZ2.173.191.48-
YUV45.1117.22117.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=27.43%
G=49.56%
B=23.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156260.4500.540.7811036.5916.08
Hex1F381A2D0364E6e2510
Octal377032550661161564520
Binary111111110001101010110101101101001110110111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,26); }

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

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

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

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

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

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

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