Html Css Color HEX #1C0717 Melanzane

📋 copy color: '#1C0717'

red 28 ◦ green 7 ◦ blue 23

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

Shades of Melanzane #1C0717

Tints of Melanzane #1C0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.07%

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

R = 48.28%
G = 12.07%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C0717 (or 0x1C0717) is known color: Melanzane. HEX triplet: 1C, 07 and 17. RGB value is (28,7,23). Sum of RGB (Red+Green+Blue) = 28+7+23=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0717 is #E3F8E8. Grayscale: #0F0F0F. Windows color (decimal): -14940393 or 1509148. OLE color: 1509148.

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

Color convert

RGB 28 7 23 -
CMYK 0 0.75 0.18 0.89
HSL 314.29º 0.6% 0.07% -
HSV(B) 314.29º 0.75% 0.11% -
XYZ 0.71 0.46 0.86 -
YUV 15.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 28 7 23 0 0.75 0.18 0.89 314.29 0.6 0.07
Hex 1C 7 17 0 4B 12 59 13A 3C 7
Octal 34 7 27 0 113 22 131 472 74 7
Binary 11100 111 10111 0 1001011 10010 1011001 100111010 111100 111

Color Harmonies of #1C0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0717

Black with #1C0717

Text Example


Text Example

White with #1C0717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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