Html Css Color HEX #1C181A Melanzane

📋 copy color: '#1C181A'

red 28 ◦ green 24 ◦ blue 26

#1C181A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #1C181A

Tints of Melanzane #1C181A

RGB

 RED value IS 28 (11.33% from 255) = 35.9%

 GREEN value IS 24 (9.77% from 255) = 30.77%

 BLUE value IS 26 (10.55% from 255) = 33.33%

R = 35.9%
G = 30.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1C181A (or 0x1C181A) is known color: Melanzane. HEX triplet: 1C, 18 and 1A. RGB value is (28,24,26). Sum of RGB (Red+Green+Blue) = 28+24+26=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 28 - color contains mainly: red. Hex color #1C181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C181A is #E3E7E5. Grayscale: #191919. Windows color (decimal): -14936038 or 1710108. OLE color: 1710108.

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

Color convert

RGB 28 24 26 -
CMYK 0 0.14 0.07 0.89
HSL 330º 0.08% 0.1% -
HSV(B) 330º 0.14% 0.11% -
XYZ 0.99 0.97 1.11 -
YUV 25.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 28 24 26 0 0.14 0.07 0.89 330 0.08 0.1
Hex 1C 18 1A 0 E 7 59 14A 8 A
Octal 34 30 32 0 16 7 131 512 10 12
Binary 11100 11000 11010 0 1110 111 1011001 101001010 1000 1010

Color Harmonies of #1C181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C181A

Black with #1C181A

Text Example


Text Example

White with #1C181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C181A;
 }
 .AnyTagClassName
 {
   color: #1C181A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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