Html Css Color HEX #12060F Melanzane

📋 copy color: '#12060F'

red 18 ◦ green 6 ◦ blue 15

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

Shades of Melanzane #12060F

Tints of Melanzane #12060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 38.46%

R = 46.15%
G = 15.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#12060F (or 0x12060F) is known color: Melanzane. HEX triplet: 12, 06 and 0F. RGB value is (18,6,15). Sum of RGB (Red+Green+Blue) = 18+6+15=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #12060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060F is #EDF9F0. Grayscale: #0A0A0A. Windows color (decimal): -15596017 or 984594. OLE color: 984594.

HSL color Cylindrical-coordinate representation of color #12060F: hue angle of 315º 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 #12060F is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 6 15 -
CMYK 0 0.67 0.17 0.93
HSL 315º 0.5% 0.05% -
HSV(B) 315º 0.67% 0.07% -
XYZ 0.4 0.29 0.49 -
YUV 10.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 18 6 15 0 0.67 0.17 0.93 315 0.5 0.05
Hex 12 6 F 0 43 11 5D 13B 32 5
Octal 22 6 17 0 103 21 135 473 62 5
Binary 10010 110 1111 0 1000011 10001 1011101 100111011 110010 101

Color Harmonies of #12060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12060F

Black with #12060F

Text Example


Text Example

White with #12060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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