Html Css Color HEX #1C1519 Melanzane

📋 copy color: '#1C1519'

red 28 ◦ green 21 ◦ blue 25

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

Shades of Melanzane #1C1519

Tints of Melanzane #1C1519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 33.78%

R = 37.84%
G = 28.38%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1C1519 (or 0x1C1519) is known color: Melanzane. HEX triplet: 1C, 15 and 19. RGB value is (28,21,25). Sum of RGB (Red+Green+Blue) = 28+21+25=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1519 is #E3EAE6. Grayscale: #171717. Windows color (decimal): -14936807 or 1643804. OLE color: 1643804.

HSL color Cylindrical-coordinate representation of color #1C1519: hue angle of 325.71º 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 #1C1519 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 21 25 -
CMYK 0 0.25 0.11 0.89
HSL 325.71º 0.14% 0.1% -
HSV(B) 325.71º 0.25% 0.11% -
XYZ 0.92 0.85 1.04 -
YUV 23.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 28 21 25 0 0.25 0.11 0.89 325.71 0.14 0.1
Hex 1C 15 19 0 19 B 59 146 E A
Octal 34 25 31 0 31 13 131 506 16 12
Binary 11100 10101 11001 0 11001 1011 1011001 101000110 1110 1010

Color Harmonies of #1C1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1519

Black with #1C1519

Text Example


Text Example

White with #1C1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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