Html Css Color HEX #1C0517 Melanzane

📋 copy color: '#1C0517'

red 28 ◦ green 5 ◦ blue 23

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

Shades of Melanzane #1C0517

Tints of Melanzane #1C0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 41.07%

R = 50%
G = 8.93%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C0517 (or 0x1C0517) is known color: Melanzane. HEX triplet: 1C, 05 and 17. RGB value is (28,5,23). Sum of RGB (Red+Green+Blue) = 28+5+23=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0517 is #E3FAE8. Grayscale: #0D0D0D. Windows color (decimal): -14940905 or 1508636. OLE color: 1508636.

HSL color Cylindrical-coordinate representation of color #1C0517: hue angle of 313.04º 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 #1C0517 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 5 23 -
CMYK 0 0.82 0.18 0.89
HSL 313.04º 0.7% 0.06% -
HSV(B) 313.04º 0.82% 0.11% -
XYZ 0.69 0.42 0.85 -
YUV 13.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 28 5 23 0 0.82 0.18 0.89 313.04 0.7 0.06
Hex 1C 5 17 0 52 12 59 139 46 6
Octal 34 5 27 0 122 22 131 471 106 6
Binary 11100 101 10111 0 1010010 10010 1011001 100111001 1000110 110

Color Harmonies of #1C0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0517

Black with #1C0517

Text Example


Text Example

White with #1C0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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