#1C251A

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

Shades of Myrtle #1C251A

Tints of Myrtle #1C251A

Color information

#1C251A (or 0x1C251A) is unknown color: approx Myrtle. HEX triplet: 1C, 25 and 1A. RGB value is (28,37,26). Sum of RGB (Red+Green+Blue) = 28+37+26=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #1C251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C251A is #E3DAE5. Grayscale: #212121. Windows color (decimal): -14932710 or 1713436. OLE color: 1713436.

HSL color Cylindrical-coordinate representation of color #1C251A: hue angle of 109.09º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1C251A is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB283726-
CMYK0.2400.300.85
HSL109.09º17.46%12.35%-
HSV(B)109.09º29.73%14.51%-
XYZ1.331.641.22-
YUV33.06124.02124.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=30.77%
G=40.66%
B=28.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837260.2400.300.85109.0917.4612.35
Hex1C251A1801E556d11c
Octal344532300361251552114
Binary11100100101110101100001111010101011101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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