Html Css Color HEX #1C0016 Melanzane

📋 copy color: '#1C0016'

red 28 ◦ green 0 ◦ blue 22

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

Shades of Melanzane #1C0016

Tints of Melanzane #1C0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 44%

R = 56%
G = 0%
B = 44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1C0016 (or 0x1C0016) is known color: Melanzane. HEX triplet: 1C, 00 and 16. RGB value is (28,0,22). Sum of RGB (Red+Green+Blue) = 28+0+22=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0016 is #E3FFE9. Grayscale: #0A0A0A. Windows color (decimal): -14942186 or 1441820. OLE color: 1441820.

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

Color convert

RGB 28 0 22 -
CMYK 0 1 0.21 0.89
HSL 312.86º 1% 0.05% -
HSV(B) 312.86º 1% 0.11% -
XYZ 0.62 0.3 0.79 -
YUV 10.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 28 0 22 0 1 0.21 0.89 312.86 1 0.05
Hex 1C 0 16 0 64 15 59 139 64 5
Octal 34 0 26 0 144 25 131 471 144 5
Binary 11100 0 10110 0 1100100 10101 1011001 100111001 1100100 101

Color Harmonies of #1C0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0016

Black with #1C0016

Text Example


Text Example

White with #1C0016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,0,22); }

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

background-color css

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

 a { background-color: rgb(28,0,22); }

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

border-color css

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

 span { border-color: rgb(28,0,22); }

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