#1C0F1A

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

Shades of Melanzane #1C0F1A

Tints of Melanzane #1C0F1A

Color information

#1C0F1A (or 0x1C0F1A) is unknown color: approx Melanzane. HEX triplet: 1C, 0F and 1A. RGB value is (28,15,26). Sum of RGB (Red+Green+Blue) = 28+15+26=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0F1A is #E3F0E5. Grayscale: #141414. Windows color (decimal): -14938342 or 1707804. OLE color: 1707804.

HSL color Cylindrical-coordinate representation of color #1C0F1A: hue angle of 309.23º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C0F1A is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB281526-
CMYK00.460.070.89
HSL309.23º30.23%8.43%-
HSV(B)309.23º46.43%10.98%-
XYZ0.840.661.06-
YUV20.14131.31133.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40.58%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=40.58%
G=21.74%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28152600.460.070.89309.2330.238.43
Hex1CF1A02E7591351e8
Octal34173205671314653610
Binary1110011111101001011101111011001100110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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