Html Css Color HEX #1C151A Melanzane

📋 copy color: '#1C151A'

red 28 ◦ green 21 ◦ blue 26

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

Shades of Melanzane #1C151A

Tints of Melanzane #1C151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28%

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

R = 37.33%
G = 28%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1C151A (or 0x1C151A) is known color: Melanzane. HEX triplet: 1C, 15 and 1A. RGB value is (28,21,26). Sum of RGB (Red+Green+Blue) = 28+21+26=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 28 - color contains mainly: red. Hex color #1C151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C151A is #E3EAE5. Grayscale: #171717. Windows color (decimal): -14936806 or 1709340. OLE color: 1709340.

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

Color convert

RGB 28 21 26 -
CMYK 0 0.25 0.07 0.89
HSL 317.14º 0.14% 0.1% -
HSV(B) 317.14º 0.25% 0.11% -
XYZ 0.93 0.86 1.09 -
YUV 23.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 28 21 26 0 0.25 0.07 0.89 317.14 0.14 0.1
Hex 1C 15 1A 0 19 7 59 13D E A
Octal 34 25 32 0 31 7 131 475 16 12
Binary 11100 10101 11010 0 11001 111 1011001 100111101 1110 1010

Color Harmonies of #1C151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C151A

Black with #1C151A

Text Example


Text Example

White with #1C151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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