Html Css Color HEX #1C0417 Melanzane

📋 copy color: '#1C0417'

red 28 ◦ green 4 ◦ blue 23

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

Shades of Melanzane #1C0417

Tints of Melanzane #1C0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.27%

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

R = 50.91%
G = 7.27%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C0417 (or 0x1C0417) is known color: Melanzane. HEX triplet: 1C, 04 and 17. RGB value is (28,4,23). Sum of RGB (Red+Green+Blue) = 28+4+23=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0417 is #E3FBE8. Grayscale: #0D0D0D. Windows color (decimal): -14941161 or 1508380. OLE color: 1508380.

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

Color convert

RGB 28 4 23 -
CMYK 0 0.86 0.18 0.89
HSL 312.5º 0.75% 0.06% -
HSV(B) 312.5º 0.86% 0.11% -
XYZ 0.68 0.4 0.85 -
YUV 13.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 28 4 23 0 0.86 0.18 0.89 312.5 0.75 0.06
Hex 1C 4 17 0 56 12 59 138 4B 6
Octal 34 4 27 0 126 22 131 470 113 6
Binary 11100 100 10111 0 1010110 10010 1011001 100111000 1001011 110

Color Harmonies of #1C0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0417

Black with #1C0417

Text Example


Text Example

White with #1C0417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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