#1C301B

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

Shades of Myrtle #1C301B

Tints of Myrtle #1C301B

Color information

#1C301B (or 0x1C301B) is unknown color: approx Myrtle. HEX triplet: 1C, 30 and 1B. RGB value is (28,48,27). Sum of RGB (Red+Green+Blue) = 28+48+27=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #1C301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C301B is #E3CFE4. Grayscale: #272727. Windows color (decimal): -14929893 or 1781788. OLE color: 1781788.

HSL color Cylindrical-coordinate representation of color #1C301B: hue angle of 117.14º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C301B is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB284827-
CMYK0.4200.440.81
HSL117.14º28%14.71%-
HSV(B)117.14º43.75%18.82%-
XYZ1.732.441.42-
YUV39.63120.87119.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 27.18%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=27.18%
G=46.60%
B=26.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2848270.4200.440.81117.142814.71
Hex1C301B2A02C51751cf
Octal346033520541211653417
Binary1110011000011011101010010110010100011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,48,27); }

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

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

 a { background-color: rgb(28,48,27); }

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

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

 span { border-color: rgb(28,48,27); }

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