Html Css Color HEX #180113 Melanzane

📋 copy color: '#180113'

red 24 ◦ green 1 ◦ blue 19

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

Shades of Melanzane #180113

Tints of Melanzane #180113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.27%

 BLUE value IS 19 (7.81% from 255) = 43.18%

R = 54.55%
G = 2.27%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#180113 (or 0x180113) is known color: Melanzane. HEX triplet: 18, 01 and 13. RGB value is (24,1,19). Sum of RGB (Red+Green+Blue) = 24+1+19=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #180113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180113 is #E7FEEC. Grayscale: #090909. Windows color (decimal): -15204077 or 1245464. OLE color: 1245464.

HSL color Cylindrical-coordinate representation of color #180113: hue angle of 313.04º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180113 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 1 19 -
CMYK 0 0.96 0.21 0.91
HSL 313.04º 0.92% 0.05% -
HSV(B) 313.04º 0.96% 0.09% -
XYZ 0.51 0.26 0.64 -
YUV 9.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 24 1 19 0 0.96 0.21 0.91 313.04 0.92 0.05
Hex 18 1 13 0 60 15 5B 139 5C 5
Octal 30 1 23 0 140 25 133 471 134 5
Binary 11000 1 10011 0 1100000 10101 1011011 100111001 1011100 101

Color Harmonies of #180113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180113

Black with #180113

Text Example


Text Example

White with #180113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180113; }

 p { color: rgb(24,1,19); }

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

background-color css

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

 a { background-color: rgb(24,1,19); }

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

border-color css

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

 span { border-color: rgb(24,1,19); }

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