Html Css Color HEX #12030D Melanzane

📋 copy color: '#12030D'

red 18 ◦ green 3 ◦ blue 13

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

Shades of Melanzane #12030D

Tints of Melanzane #12030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.82%

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

R = 52.94%
G = 8.82%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#12030D (or 0x12030D) is known color: Melanzane. HEX triplet: 12, 03 and 0D. RGB value is (18,3,13). Sum of RGB (Red+Green+Blue) = 18+3+13=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12030D is #EDFCF2. Grayscale: #080808. Windows color (decimal): -15596787 or 852754. OLE color: 852754.

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

Color convert

RGB 18 3 13 -
CMYK 0 0.83 0.28 0.93
HSL 320º 0.71% 0.04% -
HSV(B) 320º 0.83% 0.07% -
XYZ 0.35 0.22 0.41 -
YUV 8.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 18 3 13 0 0.83 0.28 0.93 320 0.71 0.04
Hex 12 3 D 0 53 1C 5D 140 47 4
Octal 22 3 15 0 123 34 135 500 107 4
Binary 10010 11 1101 0 1010011 11100 1011101 101000000 1000111 100

Color Harmonies of #12030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12030D

Black with #12030D

Text Example


Text Example

White with #12030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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