Html Css Color HEX #12020D Melanzane

📋 copy color: '#12020D'

red 18 ◦ green 2 ◦ blue 13

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

Shades of Melanzane #12020D

Tints of Melanzane #12020D

RGB

 RED value IS 18 (7.42% from 255) = 54.55%

 GREEN value IS 2 (1.17% from 255) = 6.06%

 BLUE value IS 13 (5.47% from 255) = 39.39%

R = 54.55%
G = 6.06%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#12020D (or 0x12020D) is known color: Melanzane. HEX triplet: 12, 02 and 0D. RGB value is (18,2,13). Sum of RGB (Red+Green+Blue) = 18+2+13=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #12020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12020D is #EDFDF2. Grayscale: #080808. Windows color (decimal): -15597043 or 852498. OLE color: 852498.

HSL color Cylindrical-coordinate representation of color #12020D: hue angle of 318.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12020D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 2 13 -
CMYK 0 0.89 0.28 0.93
HSL 318.75º 0.8% 0.04% -
HSV(B) 318.75º 0.89% 0.07% -
XYZ 0.34 0.2 0.4 -
YUV 8.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 18 2 13 0 0.89 0.28 0.93 318.75 0.8 0.04
Hex 12 2 D 0 59 1C 5D 13F 50 4
Octal 22 2 15 0 131 34 135 477 120 4
Binary 10010 10 1101 0 1011001 11100 1011101 100111111 1010000 100

Color Harmonies of #12020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12020D

Black with #12020D

Text Example


Text Example

White with #12020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12020D; }

 p { color: rgb(18,2,13); }

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

background-color css

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

 a { background-color: rgb(18,2,13); }

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

border-color css

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

 span { border-color: rgb(18,2,13); }

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