Html Css Color HEX #1C0F17 Melanzane

📋 copy color: '#1C0F17'

red 28 ◦ green 15 ◦ blue 23

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

Shades of Melanzane #1C0F17

Tints of Melanzane #1C0F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.73%

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

R = 42.42%
G = 22.73%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C0F17 (or 0x1C0F17) is known color: Melanzane. HEX triplet: 1C, 0F and 17. RGB value is (28,15,23). Sum of RGB (Red+Green+Blue) = 28+15+23=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F17 is #E3F0E8. Grayscale: #131313. Windows color (decimal): -14938345 or 1511196. OLE color: 1511196.

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

Color convert

RGB 28 15 23 -
CMYK 0 0.46 0.18 0.89
HSL 323.08º 0.3% 0.08% -
HSV(B) 323.08º 0.46% 0.11% -
XYZ 0.8 0.65 0.89 -
YUV 19.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 28 15 23 0 0.46 0.18 0.89 323.08 0.3 0.08
Hex 1C F 17 0 2E 12 59 143 1E 8
Octal 34 17 27 0 56 22 131 503 36 10
Binary 11100 1111 10111 0 101110 10010 1011001 101000011 11110 1000

Color Harmonies of #1C0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0F17

Black with #1C0F17

Text Example


Text Example

White with #1C0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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