Html Css Color HEX #1C1017 Melanzane

📋 copy color: '#1C1017'

red 28 ◦ green 16 ◦ blue 23

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

Shades of Melanzane #1C1017

Tints of Melanzane #1C1017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 34.33%

R = 41.79%
G = 23.88%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C1017 (or 0x1C1017) is known color: Melanzane. HEX triplet: 1C, 10 and 17. RGB value is (28,16,23). Sum of RGB (Red+Green+Blue) = 28+16+23=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1017 is #E3EFE8. Grayscale: #141414. Windows color (decimal): -14938089 or 1511452. OLE color: 1511452.

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

Color convert

RGB 28 16 23 -
CMYK 0 0.43 0.18 0.89
HSL 325º 0.27% 0.09% -
HSV(B) 325º 0.43% 0.11% -
XYZ 0.82 0.68 0.9 -
YUV 20.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 28 16 23 0 0.43 0.18 0.89 325 0.27 0.09
Hex 1C 10 17 0 2B 12 59 145 1B 9
Octal 34 20 27 0 53 22 131 505 33 11
Binary 11100 10000 10111 0 101011 10010 1011001 101000101 11011 1001

Color Harmonies of #1C1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1017

Black with #1C1017

Text Example


Text Example

White with #1C1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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