#1C1317

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

Shades of Aubergine #1C1317

Tints of Aubergine #1C1317

Color information

#1C1317 (or 0x1C1317) is unknown color: approx Aubergine. HEX triplet: 1C, 13 and 17. RGB value is (28,19,23). Sum of RGB (Red+Green+Blue) = 28+19+23=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1317 is #E3ECE8. Grayscale: #161616. Windows color (decimal): -14937321 or 1512220. OLE color: 1512220.

HSL color Cylindrical-coordinate representation of color #1C1317: hue angle of 333.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C1317 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB281923-
CMYK00.320.180.89
HSL333.33º19.15%9.22%-
HSV(B)333.33º32.14%10.98%-
XYZ0.870.770.91-
YUV22.15128.48132.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=40%
G=27.14%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28192300.320.180.89333.3319.159.22
Hex1C1317020125914d139
Octal342327040221315152311
Binary1110010011101110100000100101011001101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,19,23); }

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

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

 a { background-color: rgb(28,19,23); }

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

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

 span { border-color: rgb(28,19,23); }

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