Html Css Color HEX #1C0415 Melanzane

📋 copy color: '#1C0415'

red 28 ◦ green 4 ◦ blue 21

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

Shades of Melanzane #1C0415

Tints of Melanzane #1C0415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 39.62%

R = 52.83%
G = 7.55%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#1C0415 (or 0x1C0415) is known color: Melanzane. HEX triplet: 1C, 04 and 15. RGB value is (28,4,21). Sum of RGB (Red+Green+Blue) = 28+4+21=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0415 is #E3FBEA. Grayscale: #0D0D0D. Windows color (decimal): -14941163 or 1377308. OLE color: 1377308.

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

Color convert

RGB 28 4 21 -
CMYK 0 0.86 0.25 0.89
HSL 317.5º 0.75% 0.06% -
HSV(B) 317.5º 0.86% 0.11% -
XYZ 0.66 0.39 0.75 -
YUV 13.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 28 4 21 0 0.86 0.25 0.89 317.5 0.75 0.06
Hex 1C 4 15 0 56 19 59 13E 4B 6
Octal 34 4 25 0 126 31 131 476 113 6
Binary 11100 100 10101 0 1010110 11001 1011001 100111110 1001011 110

Color Harmonies of #1C0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0415

Black with #1C0415

Text Example


Text Example

White with #1C0415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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