Html Css Color HEX #1C0618 Melanzane

📋 copy color: '#1C0618'

red 28 ◦ green 6 ◦ blue 24

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

Shades of Melanzane #1C0618

Tints of Melanzane #1C0618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.34%

 BLUE value IS 24 (9.77% from 255) = 41.38%

R = 48.28%
G = 10.34%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C0618 (or 0x1C0618) is known color: Melanzane. HEX triplet: 1C, 06 and 18. RGB value is (28,6,24). Sum of RGB (Red+Green+Blue) = 28+6+24=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0618 is #E3F9E7. Grayscale: #0E0E0E. Windows color (decimal): -14940648 or 1574428. OLE color: 1574428.

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

Color convert

RGB 28 6 24 -
CMYK 0 0.79 0.14 0.89
HSL 310.91º 0.65% 0.07% -
HSV(B) 310.91º 0.79% 0.11% -
XYZ 0.71 0.44 0.91 -
YUV 14.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 28 6 24 0 0.79 0.14 0.89 310.91 0.65 0.07
Hex 1C 6 18 0 4F E 59 137 41 7
Octal 34 6 30 0 117 16 131 467 101 7
Binary 11100 110 11000 0 1001111 1110 1011001 100110111 1000001 111

Color Harmonies of #1C0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0618

Black with #1C0618

Text Example


Text Example

White with #1C0618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,6,24); }

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

background-color css

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

 a { background-color: rgb(28,6,24); }

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

border-color css

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

 span { border-color: rgb(28,6,24); }

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