Html Css Color HEX #180313 Melanzane

📋 copy color: '#180313'

red 24 ◦ green 3 ◦ blue 19

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

Shades of Melanzane #180313

Tints of Melanzane #180313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 41.3%

R = 52.17%
G = 6.52%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#180313 (or 0x180313) is known color: Melanzane. HEX triplet: 18, 03 and 13. RGB value is (24,3,19). Sum of RGB (Red+Green+Blue) = 24+3+19=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180313 is #E7FCEC. Grayscale: #0B0B0B. Windows color (decimal): -15203565 or 1245976. OLE color: 1245976.

HSL color Cylindrical-coordinate representation of color #180313: hue angle of 314.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180313 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 3 19 -
CMYK 0 0.88 0.21 0.91
HSL 314.29º 0.78% 0.05% -
HSV(B) 314.29º 0.88% 0.09% -
XYZ 0.53 0.31 0.65 -
YUV 11.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 24 3 19 0 0.88 0.21 0.91 314.29 0.78 0.05
Hex 18 3 13 0 58 15 5B 13A 4E 5
Octal 30 3 23 0 130 25 133 472 116 5
Binary 11000 11 10011 0 1011000 10101 1011011 100111010 1001110 101

Color Harmonies of #180313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180313

Black with #180313

Text Example


Text Example

White with #180313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180313; }

 p { color: rgb(24,3,19); }

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

background-color css

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

 a { background-color: rgb(24,3,19); }

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

border-color css

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

 span { border-color: rgb(24,3,19); }

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