Html Css Color HEX #180314 Melanzane

📋 copy color: '#180314'

red 24 ◦ green 3 ◦ blue 20

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

Shades of Melanzane #180314

Tints of Melanzane #180314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 42.55%

R = 51.06%
G = 6.38%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180314 (or 0x180314) is known color: Melanzane. HEX triplet: 18, 03 and 14. RGB value is (24,3,20). Sum of RGB (Red+Green+Blue) = 24+3+20=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180314 is #E7FCEB. Grayscale: #0B0B0B. Windows color (decimal): -15203564 or 1311512. OLE color: 1311512.

HSL color Cylindrical-coordinate representation of color #180314: hue angle of 311.43º 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 #180314 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 3 20 -
CMYK 0 0.88 0.17 0.91
HSL 311.43º 0.78% 0.05% -
HSV(B) 311.43º 0.88% 0.09% -
XYZ 0.54 0.31 0.69 -
YUV 11.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 24 3 20 0 0.88 0.17 0.91 311.43 0.78 0.05
Hex 18 3 14 0 58 11 5B 137 4E 5
Octal 30 3 24 0 130 21 133 467 116 5
Binary 11000 11 10100 0 1011000 10001 1011011 100110111 1001110 101

Color Harmonies of #180314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180314

Black with #180314

Text Example


Text Example

White with #180314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180314; }

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

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

background-color css

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

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

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

border-color css

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

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

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