Html Css Color HEX #180712 Melanzane

📋 copy color: '#180712'

red 24 ◦ green 7 ◦ blue 18

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

Shades of Melanzane #180712

Tints of Melanzane #180712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 36.73%

R = 48.98%
G = 14.29%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180712 (or 0x180712) is known color: Melanzane. HEX triplet: 18, 07 and 12. RGB value is (24,7,18). Sum of RGB (Red+Green+Blue) = 24+7+18=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180712 is #E7F8ED. Grayscale: #0D0D0D. Windows color (decimal): -15202542 or 1181464. OLE color: 1181464.

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

Color convert

RGB 24 7 18 -
CMYK 0 0.71 0.25 0.91
HSL 321.18º 0.55% 0.06% -
HSV(B) 321.18º 0.71% 0.09% -
XYZ 0.56 0.39 0.62 -
YUV 13.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 24 7 18 0 0.71 0.25 0.91 321.18 0.55 0.06
Hex 18 7 12 0 47 19 5B 141 37 6
Octal 30 7 22 0 107 31 133 501 67 6
Binary 11000 111 10010 0 1000111 11001 1011011 101000001 110111 110

Color Harmonies of #180712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180712

Black with #180712

Text Example


Text Example

White with #180712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180712; }

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

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

background-color css

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

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

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

border-color css

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

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

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