#1F361B

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

Shades of Myrtle #1F361B

Tints of Myrtle #1F361B

Color information

#1F361B (or 0x1F361B) is unknown color: approx Myrtle. HEX triplet: 1F, 36 and 1B. RGB value is (31,54,27). Sum of RGB (Red+Green+Blue) = 31+54+27=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #1F361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F361B is #E0C9E4. Grayscale: #2C2C2C. Windows color (decimal): -14731749 or 1783327. OLE color: 1783327.

HSL color Cylindrical-coordinate representation of color #1F361B: hue angle of 111.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F361B is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB315427-
CMYK0.4300.50.79
HSL111.11º33.33%15.88%-
HSV(B)111.11º50%21.18%-
XYZ2.083.011.51-
YUV44.04118.38118.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.68%
GREEN value IS 54 (21.48% from 255) = 48.21%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=27.68%
G=48.21%
B=24.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154270.4300.50.79111.1133.3315.88
Hex1F361B2B0324F6f2110
Octal376633530621171574120
Binary111111101101101110101101100101001111110111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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