#1C241B

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

Shades of Myrtle #1C241B

Tints of Myrtle #1C241B

Color information

#1C241B (or 0x1C241B) is unknown color: approx Myrtle. HEX triplet: 1C, 24 and 1B. RGB value is (28,36,27). Sum of RGB (Red+Green+Blue) = 28+36+27=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #1C241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C241B is #E3DBE4. Grayscale: #202020. Windows color (decimal): -14932965 or 1778716. OLE color: 1778716.

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

Color convert

RGB283627-
CMYK0.2200.250.86
HSL113.33º14.29%12.35%-
HSV(B)113.33º25%14.12%-
XYZ1.311.591.27-
YUV32.58124.85124.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=30.77%
G=39.56%
B=29.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2836270.2200.250.86113.3314.2912.35
Hex1C241B160195671ec
Octal344433260311261611614
Binary1110010010011011101100110011010110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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