Html Css Color HEX #1C0215 Melanzane

📋 copy color: '#1C0215'

red 28 ◦ green 2 ◦ blue 21

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

Shades of Melanzane #1C0215

Tints of Melanzane #1C0215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.92%

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

R = 54.9%
G = 3.92%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#1C0215 (or 0x1C0215) is known color: Melanzane. HEX triplet: 1C, 02 and 15. RGB value is (28,2,21). Sum of RGB (Red+Green+Blue) = 28+2+21=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0215 is #E3FDEA. Grayscale: #0B0B0B. Windows color (decimal): -14941675 or 1376796. OLE color: 1376796.

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

Color convert

RGB 28 2 21 -
CMYK 0 0.93 0.25 0.89
HSL 316.15º 0.87% 0.06% -
HSV(B) 316.15º 0.93% 0.11% -
XYZ 0.64 0.34 0.74 -
YUV 11.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 28 2 21 0 0.93 0.25 0.89 316.15 0.87 0.06
Hex 1C 2 15 0 5D 19 59 13C 57 6
Octal 34 2 25 0 135 31 131 474 127 6
Binary 11100 10 10101 0 1011101 11001 1011001 100111100 1010111 110

Color Harmonies of #1C0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0215

Black with #1C0215

Text Example


Text Example

White with #1C0215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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