Html Css Color HEX #12000D Melanzane

📋 copy color: '#12000D'

red 18 ◦ green 0 ◦ blue 13

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

Shades of Melanzane #12000D

Tints of Melanzane #12000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.06%
G = 0%
B = 41.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#12000D (or 0x12000D) is known color: Melanzane. HEX triplet: 12, 00 and 0D. RGB value is (18,0,13). Sum of RGB (Red+Green+Blue) = 18+0+13=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #12000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000D is #EDFFF2. Grayscale: #060606. Windows color (decimal): -15597555 or 851986. OLE color: 851986.

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

Color convert

RGB 18 0 13 -
CMYK 0 1 0.28 0.93
HSL 316.67º 1% 0.04% -
HSV(B) 316.67º 1% 0.07% -
XYZ 0.32 0.16 0.39 -
YUV 6.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 18 0 13 0 1 0.28 0.93 316.67 1 0.04
Hex 12 0 D 0 64 1C 5D 13D 64 4
Octal 22 0 15 0 144 34 135 475 144 4
Binary 10010 0 1101 0 1100100 11100 1011101 100111101 1100100 100

Color Harmonies of #12000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12000D

Black with #12000D

Text Example


Text Example

White with #12000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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