#1F301D

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

Shades of Myrtle #1F301D

Tints of Myrtle #1F301D

Color information

#1F301D (or 0x1F301D) is unknown color: approx Myrtle. HEX triplet: 1F, 30 and 1D. RGB value is (31,48,29). Sum of RGB (Red+Green+Blue) = 31+48+29=108 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.70% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #1F301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F301D is #E0CFE2. Grayscale: #282828. Windows color (decimal): -14733283 or 1912863. OLE color: 1912863.

HSL color Cylindrical-coordinate representation of color #1F301D: hue angle of 113.68º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F301D is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB314829-
CMYK0.3500.400.81
HSL113.68º24.68%15.1%-
HSV(B)113.68º39.58%18.82%-
XYZ1.842.491.55-
YUV40.75121.37121.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.70%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=28.70%
G=44.44%
B=26.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148290.3500.400.81113.6824.6815.1
Hex1F301D23028517219f
Octal376035430501211623117
Binary1111111000011101100011010100010100011110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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