Html Css Color HEX #1C0516 Melanzane

📋 copy color: '#1C0516'

red 28 ◦ green 5 ◦ blue 22

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

Shades of Melanzane #1C0516

Tints of Melanzane #1C0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.09%

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

R = 50.91%
G = 9.09%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1C0516 (or 0x1C0516) is known color: Melanzane. HEX triplet: 1C, 05 and 16. RGB value is (28,5,22). Sum of RGB (Red+Green+Blue) = 28+5+22=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0516 is #E3FAE9. Grayscale: #0D0D0D. Windows color (decimal): -14940906 or 1443100. OLE color: 1443100.

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

Color convert

RGB 28 5 22 -
CMYK 0 0.82 0.21 0.89
HSL 315.65º 0.7% 0.06% -
HSV(B) 315.65º 0.82% 0.11% -
XYZ 0.68 0.41 0.8 -
YUV 13.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 28 5 22 0 0.82 0.21 0.89 315.65 0.7 0.06
Hex 1C 5 16 0 52 15 59 13C 46 6
Octal 34 5 26 0 122 25 131 474 106 6
Binary 11100 101 10110 0 1010010 10101 1011001 100111100 1000110 110

Color Harmonies of #1C0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0516

Black with #1C0516

Text Example


Text Example

White with #1C0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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