Html Css Color HEX #180914 Melanzane

📋 copy color: '#180914'

red 24 ◦ green 9 ◦ blue 20

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

Shades of Melanzane #180914

Tints of Melanzane #180914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.98%

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

R = 45.28%
G = 16.98%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180914 (or 0x180914) is known color: Melanzane. HEX triplet: 18, 09 and 14. RGB value is (24,9,20). Sum of RGB (Red+Green+Blue) = 24+9+20=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180914 is #E7F6EB. Grayscale: #0E0E0E. Windows color (decimal): -15202028 or 1313048. OLE color: 1313048.

HSL color Cylindrical-coordinate representation of color #180914: hue angle of 316º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180914 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 9 20 -
CMYK 0 0.63 0.17 0.91
HSL 316º 0.45% 0.06% -
HSV(B) 316º 0.63% 0.09% -
XYZ 0.6 0.44 0.72 -
YUV 14.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 24 9 20 0 0.63 0.17 0.91 316 0.45 0.06
Hex 18 9 14 0 3F 11 5B 13C 2D 6
Octal 30 11 24 0 77 21 133 474 55 6
Binary 11000 1001 10100 0 111111 10001 1011011 100111100 101101 110

Color Harmonies of #180914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180914

Black with #180914

Text Example


Text Example

White with #180914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180914; }

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

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

background-color css

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

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

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

border-color css

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

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

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