Html Css Color HEX #180B14 Melanzane

📋 copy color: '#180B14'

red 24 ◦ green 11 ◦ blue 20

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

Shades of Melanzane #180B14

Tints of Melanzane #180B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20%

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

R = 43.64%
G = 20%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180B14 (or 0x180B14) is known color: Melanzane. HEX triplet: 18, 0B and 14. RGB value is (24,11,20). Sum of RGB (Red+Green+Blue) = 24+11+20=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B14 is #E7F4EB. Grayscale: #0F0F0F. Windows color (decimal): -15201516 or 1313560. OLE color: 1313560.

HSL color Cylindrical-coordinate representation of color #180B14: hue angle of 318.46º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #180B14 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 11 20 -
CMYK 0 0.54 0.17 0.91
HSL 318.46º 0.37% 0.07% -
HSV(B) 318.46º 0.54% 0.09% -
XYZ 0.62 0.48 0.72 -
YUV 15.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 24 11 20 0 0.54 0.17 0.91 318.46 0.37 0.07
Hex 18 B 14 0 36 11 5B 13E 25 7
Octal 30 13 24 0 66 21 133 476 45 7
Binary 11000 1011 10100 0 110110 10001 1011011 100111110 100101 111

Color Harmonies of #180B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B14

Black with #180B14

Text Example


Text Example

White with #180B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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