Html Css Color HEX #190C15 Melanzane

📋 copy color: '#190C15'

red 25 ◦ green 12 ◦ blue 21

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

Shades of Melanzane #190C15

Tints of Melanzane #190C15

RGB

 RED value IS 25 (10.16% from 255) = 43.1%

 GREEN value IS 12 (5.08% from 255) = 20.69%

 BLUE value IS 21 (8.59% from 255) = 36.21%

R = 43.1%
G = 20.69%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.90

RGB Variations

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

Color information

#190C15 (or 0x190C15) is known color: Melanzane. HEX triplet: 19, 0C and 15. RGB value is (25,12,21). Sum of RGB (Red+Green+Blue) = 25+12+21=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #190C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C15 is #E6F3EA. Grayscale: #101010. Windows color (decimal): -15135723 or 1379353. OLE color: 1379353.

HSL color Cylindrical-coordinate representation of color #190C15: hue angle of 318.46º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #190C15 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 12 21 -
CMYK 0 0.52 0.16 0.90
HSL 318.46º 0.35% 0.07% -
HSV(B) 318.46º 0.52% 0.1% -
XYZ 0.67 0.52 0.78 -
YUV 16.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 25 12 21 0 0.52 0.16 0.90 318.46 0.35 0.07
Hex 19 C 15 0 34 10 5A 13E 23 7
Octal 31 14 25 0 64 20 132 476 43 7
Binary 11001 1100 10101 0 110100 10000 1011010 100111110 100011 111

Color Harmonies of #190C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C15

Black with #190C15

Text Example


Text Example

White with #190C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190C15; }

 p { color: rgb(25,12,21); }

 H1.HeaderClassName
 {
   color: #190C15;
 }
 .AnyTagClassName
 {
   color: #190C15;
 }
</style>

background-color css

<style>
 a { background-color: #190C15; }

 a { background-color: rgb(25,12,21); }

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

border-color css

<style>
 span { border-color: #190C15; }

 span { border-color: rgb(25,12,21); }

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