#1F321D

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

Shades of Myrtle #1F321D

Tints of Myrtle #1F321D

Color information

#1F321D (or 0x1F321D) is unknown color: approx Myrtle. HEX triplet: 1F, 32 and 1D. RGB value is (31,50,29). Sum of RGB (Red+Green+Blue) = 31+50+29=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #1F321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F321D is #E0CDE2. Grayscale: #292929. Windows color (decimal): -14732771 or 1913375. OLE color: 1913375.

HSL color Cylindrical-coordinate representation of color #1F321D: hue angle of 114.29º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F321D is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB315029-
CMYK0.3800.420.80
HSL114.29º26.58%15.49%-
HSV(B)114.29º42%19.61%-
XYZ1.932.661.57-
YUV41.92120.71120.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.18%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=28.18%
G=45.45%
B=26.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150290.3800.420.80114.2926.5815.49
Hex1F321D2602A50721bf
Octal376235460521201623317
Binary1111111001011101100110010101010100001110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,29); }

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

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

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

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

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

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

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