#1C231B

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

Shades of Myrtle #1C231B

Tints of Myrtle #1C231B

Color information

#1C231B (or 0x1C231B) is unknown color: approx Myrtle. HEX triplet: 1C, 23 and 1B. RGB value is (28,35,27). Sum of RGB (Red+Green+Blue) = 28+35+27=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 35 - color contains mainly: green. Hex color #1C231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C231B is #E3DCE4. Grayscale: #202020. Windows color (decimal): -14933221 or 1778460. OLE color: 1778460.

HSL color Cylindrical-coordinate representation of color #1C231B: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1C231B is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB283527-
CMYK0.2000.230.86
HSL112.5º12.9%12.16%-
HSV(B)112.5º22.86%13.73%-
XYZ1.281.531.26-
YUV31.99125.18125.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.11%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 27 (10.94% from 255) = 30%
R=31.11%
G=38.89%
B=30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835270.2000.230.86112.512.912.16
Hex1C231B140175670dc
Octal344333240271261601514
Binary1110010001111011101000101111010110111000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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