Html Css Color HEX #180C15 Melanzane

📋 copy color: '#180C15'

red 24 ◦ green 12 ◦ blue 21

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

Shades of Melanzane #180C15

Tints of Melanzane #180C15

RGB

 RED value IS 24 (9.77% from 255) = 42.11%

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

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

R = 42.11%
G = 21.05%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#180C15 (or 0x180C15) is known color: Melanzane. HEX triplet: 18, 0C and 15. RGB value is (24,12,21). Sum of RGB (Red+Green+Blue) = 24+12+21=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #180C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C15 is #E7F3EA. Grayscale: #101010. Windows color (decimal): -15201259 or 1379352. OLE color: 1379352.

HSL color Cylindrical-coordinate representation of color #180C15: hue angle of 315º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180C15 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 12 21 -
CMYK 0 0.50 0.13 0.91
HSL 315º 0.33% 0.07% -
HSV(B) 315º 0.5% 0.09% -
XYZ 0.64 0.51 0.77 -
YUV 16.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 24 12 21 0 0.50 0.13 0.91 315 0.33 0.07
Hex 18 C 15 0 32 D 5B 13B 21 7
Octal 30 14 25 0 62 15 133 473 41 7
Binary 11000 1100 10101 0 110010 1101 1011011 100111011 100001 111

Color Harmonies of #180C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C15

Black with #180C15

Text Example


Text Example

White with #180C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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