Html Css Color HEX #180714 Melanzane

📋 copy color: '#180714'

red 24 ◦ green 7 ◦ blue 20

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

Shades of Melanzane #180714

Tints of Melanzane #180714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.73%

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

R = 47.06%
G = 13.73%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180714 (or 0x180714) is known color: Melanzane. HEX triplet: 18, 07 and 14. RGB value is (24,7,20). Sum of RGB (Red+Green+Blue) = 24+7+20=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180714 is #E7F8EB. Grayscale: #0D0D0D. Windows color (decimal): -15202540 or 1312536. OLE color: 1312536.

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

Color convert

RGB 24 7 20 -
CMYK 0 0.71 0.17 0.91
HSL 314.12º 0.55% 0.06% -
HSV(B) 314.12º 0.71% 0.09% -
XYZ 0.58 0.4 0.71 -
YUV 13.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 24 7 20 0 0.71 0.17 0.91 314.12 0.55 0.06
Hex 18 7 14 0 47 11 5B 13A 37 6
Octal 30 7 24 0 107 21 133 472 67 6
Binary 11000 111 10100 0 1000111 10001 1011011 100111010 110111 110

Color Harmonies of #180714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180714

Black with #180714

Text Example


Text Example

White with #180714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180714; }

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

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

background-color css

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

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

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

border-color css

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

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

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