#1D221C

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

Shades of Myrtle #1D221C

Tints of Myrtle #1D221C

Color information

#1D221C (or 0x1D221C) is unknown color: approx Myrtle. HEX triplet: 1D, 22 and 1C. RGB value is (29,34,28). Sum of RGB (Red+Green+Blue) = 29+34+28=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 34 - color contains mainly: green. Hex color #1D221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D221C is #E2DDE3. Grayscale: #1F1F1F. Windows color (decimal): -14867940 or 1843741. OLE color: 1843741.

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

Color convert

RGB293428-
CMYK0.1500.180.87
HSL110º9.68%12.16%-
HSV(B)110º17.65%13.33%-
XYZ1.291.491.32-
YUV31.82125.84125.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=31.87%
G=37.36%
B=30.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934280.1500.180.871109.6812.16
Hex1D221CF012576eac
Octal354234170221271561214
Binary111011000101110011110100101010111110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,28); }

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

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

 a { background-color: rgb(29,34,28); }

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

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

 span { border-color: rgb(29,34,28); }

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