Html Css Color HEX #1C1019 Melanzane

📋 copy color: '#1C1019'

red 28 ◦ green 16 ◦ blue 25

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

Shades of Melanzane #1C1019

Tints of Melanzane #1C1019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.19%

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

R = 40.58%
G = 23.19%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1C1019 (or 0x1C1019) is known color: Melanzane. HEX triplet: 1C, 10 and 19. RGB value is (28,16,25). Sum of RGB (Red+Green+Blue) = 28+16+25=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1019 is #E3EFE6. Grayscale: #141414. Windows color (decimal): -14938087 or 1642524. OLE color: 1642524.

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

Color convert

RGB 28 16 25 -
CMYK 0 0.43 0.11 0.89
HSL 315º 0.27% 0.09% -
HSV(B) 315º 0.43% 0.11% -
XYZ 0.84 0.69 1.01 -
YUV 20.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 28 16 25 0 0.43 0.11 0.89 315 0.27 0.09
Hex 1C 10 19 0 2B B 59 13B 1B 9
Octal 34 20 31 0 53 13 131 473 33 11
Binary 11100 10000 11001 0 101011 1011 1011001 100111011 11011 1001

Color Harmonies of #1C1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1019

Black with #1C1019

Text Example


Text Example

White with #1C1019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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