#1F401B

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

Shades of Myrtle #1F401B

Tints of Myrtle #1F401B

Color information

#1F401B (or 0x1F401B) is unknown color: approx Myrtle. HEX triplet: 1F, 40 and 1B. RGB value is (31,64,27). Sum of RGB (Red+Green+Blue) = 31+64+27=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #1F401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F401B is #E0BFE4. Grayscale: #323232. Windows color (decimal): -14729189 or 1785887. OLE color: 1785887.

HSL color Cylindrical-coordinate representation of color #1F401B: hue angle of 113.51º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F401B is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB316427-
CMYK0.5200.580.75
HSL113.51º40.66%17.84%-
HSV(B)113.51º57.81%25.1%-
XYZ2.64.041.68-
YUV49.92115.07114.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.41%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=25.41%
G=52.46%
B=22.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164270.5200.580.75113.5140.6617.84
Hex1F401B3403A4B722912
Octal3710033640721131625122
Binary1111110000001101111010001110101001011111001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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