Html Css Color HEX #12060D Melanzane

📋 copy color: '#12060D'

red 18 ◦ green 6 ◦ blue 13

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

Shades of Melanzane #12060D

Tints of Melanzane #12060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 16.22%

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

R = 48.65%
G = 16.22%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#12060D (or 0x12060D) is known color: Melanzane. HEX triplet: 12, 06 and 0D. RGB value is (18,6,13). Sum of RGB (Red+Green+Blue) = 18+6+13=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060D is #EDF9F2. Grayscale: #0A0A0A. Windows color (decimal): -15596019 or 853522. OLE color: 853522.

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

Color convert

RGB 18 6 13 -
CMYK 0 0.67 0.28 0.93
HSL 325º 0.5% 0.05% -
HSV(B) 325º 0.67% 0.07% -
XYZ 0.39 0.29 0.42 -
YUV 10.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 18 6 13 0 0.67 0.28 0.93 325 0.5 0.05
Hex 12 6 D 0 43 1C 5D 145 32 5
Octal 22 6 15 0 103 34 135 505 62 5
Binary 10010 110 1101 0 1000011 11100 1011101 101000101 110010 101

Color Harmonies of #12060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12060D

Black with #12060D

Text Example


Text Example

White with #12060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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