Html Css Color HEX #1C171A Melanzane

📋 copy color: '#1C171A'

red 28 ◦ green 23 ◦ blue 26

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

Shades of Melanzane #1C171A

Tints of Melanzane #1C171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.87%

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

R = 36.36%
G = 29.87%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1C171A (or 0x1C171A) is known color: Melanzane. HEX triplet: 1C, 17 and 1A. RGB value is (28,23,26). Sum of RGB (Red+Green+Blue) = 28+23+26=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 28 - color contains mainly: red. Hex color #1C171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C171A is #E3E8E5. Grayscale: #181818. Windows color (decimal): -14936294 or 1709852. OLE color: 1709852.

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

Color convert

RGB 28 23 26 -
CMYK 0 0.18 0.07 0.89
HSL 324º 0.1% 0.1% -
HSV(B) 324º 0.18% 0.11% -
XYZ 0.97 0.93 1.11 -
YUV 24.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 28 23 26 0 0.18 0.07 0.89 324 0.1 0.1
Hex 1C 17 1A 0 12 7 59 144 A A
Octal 34 27 32 0 22 7 131 504 12 12
Binary 11100 10111 11010 0 10010 111 1011001 101000100 1010 1010

Color Harmonies of #1C171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C171A

Black with #1C171A

Text Example


Text Example

White with #1C171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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