#1C251B

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

Shades of Myrtle #1C251B

Tints of Myrtle #1C251B

Color information

#1C251B (or 0x1C251B) is unknown color: approx Myrtle. HEX triplet: 1C, 25 and 1B. RGB value is (28,37,27). Sum of RGB (Red+Green+Blue) = 28+37+27=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #1C251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C251B is #E3DAE4. Grayscale: #212121. Windows color (decimal): -14932709 or 1778972. OLE color: 1778972.

HSL color Cylindrical-coordinate representation of color #1C251B: hue angle of 114º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1C251B is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB283727-
CMYK0.2400.270.85
HSL114º15.63%12.55%-
HSV(B)114º27.03%14.51%-
XYZ1.341.651.28-
YUV33.17124.52124.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=30.43%
G=40.22%
B=29.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837270.2400.270.8511415.6312.55
Hex1C251B1801B557210d
Octal344533300331251622015
Binary11100100101110111100001101110101011110010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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