Html Css Color HEX #1C0317 Melanzane

📋 copy color: '#1C0317'

red 28 ◦ green 3 ◦ blue 23

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

Shades of Melanzane #1C0317

Tints of Melanzane #1C0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.56%

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

R = 51.85%
G = 5.56%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C0317 (or 0x1C0317) is known color: Melanzane. HEX triplet: 1C, 03 and 17. RGB value is (28,3,23). Sum of RGB (Red+Green+Blue) = 28+3+23=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0317 is #E3FCE8. Grayscale: #0C0C0C. Windows color (decimal): -14941417 or 1508124. OLE color: 1508124.

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

Color convert

RGB 28 3 23 -
CMYK 0 0.89 0.18 0.89
HSL 312º 0.81% 0.06% -
HSV(B) 312º 0.89% 0.11% -
XYZ 0.67 0.37 0.85 -
YUV 12.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 28 3 23 0 0.89 0.18 0.89 312 0.81 0.06
Hex 1C 3 17 0 59 12 59 138 51 6
Octal 34 3 27 0 131 22 131 470 121 6
Binary 11100 11 10111 0 1011001 10010 1011001 100111000 1010001 110

Color Harmonies of #1C0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0317

Black with #1C0317

Text Example


Text Example

White with #1C0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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