Html Css Color HEX #180813 Melanzane

📋 copy color: '#180813'

red 24 ◦ green 8 ◦ blue 19

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

Shades of Melanzane #180813

Tints of Melanzane #180813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.69%

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

R = 47.06%
G = 15.69%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#180813 (or 0x180813) is known color: Melanzane. HEX triplet: 18, 08 and 13. RGB value is (24,8,19). Sum of RGB (Red+Green+Blue) = 24+8+19=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180813 is #E7F7EC. Grayscale: #0E0E0E. Windows color (decimal): -15202285 or 1247256. OLE color: 1247256.

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

Color convert

RGB 24 8 19 -
CMYK 0 0.67 0.21 0.91
HSL 318.75º 0.5% 0.06% -
HSV(B) 318.75º 0.67% 0.09% -
XYZ 0.58 0.41 0.67 -
YUV 14.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 24 8 19 0 0.67 0.21 0.91 318.75 0.5 0.06
Hex 18 8 13 0 43 15 5B 13F 32 6
Octal 30 10 23 0 103 25 133 477 62 6
Binary 11000 1000 10011 0 1000011 10101 1011011 100111111 110010 110

Color Harmonies of #180813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180813

Black with #180813

Text Example


Text Example

White with #180813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180813; }

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

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

background-color css

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

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

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

border-color css

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

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

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