#1F251E

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

Shades of Myrtle #1F251E

Tints of Myrtle #1F251E

Color information

#1F251E (or 0x1F251E) is unknown color: approx Myrtle. HEX triplet: 1F, 25 and 1E. RGB value is (31,37,30). Sum of RGB (Red+Green+Blue) = 31+37+30=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251E is #E0DAE1. Grayscale: #222222. Windows color (decimal): -14736098 or 1975583. OLE color: 1975583.

HSL color Cylindrical-coordinate representation of color #1F251E: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1F251E is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB313730-
CMYK0.1600.190.85
HSL111.43º10.45%13.14%-
HSV(B)111.43º18.92%14.51%-
XYZ1.461.711.48-
YUV34.41125.51125.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=31.63%
G=37.76%
B=30.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137300.1600.190.85111.4310.4513.14
Hex1F251E10013556fad
Octal374536200231251571215
Binary1111110010111110100000100111010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,30); }

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

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

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

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

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

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

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