Html Css Color HEX #12070F Melanzane

📋 copy color: '#12070F'

red 18 ◦ green 7 ◦ blue 15

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

Shades of Melanzane #12070F

Tints of Melanzane #12070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.5%

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

R = 45%
G = 17.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#12070F (or 0x12070F) is known color: Melanzane. HEX triplet: 12, 07 and 0F. RGB value is (18,7,15). Sum of RGB (Red+Green+Blue) = 18+7+15=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #12070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070F is #EDF8F0. Grayscale: #0B0B0B. Windows color (decimal): -15595761 or 984850. OLE color: 984850.

HSL color Cylindrical-coordinate representation of color #12070F: hue angle of 316.36º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12070F is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 7 15 -
CMYK 0 0.61 0.17 0.93
HSL 316.36º 0.44% 0.05% -
HSV(B) 316.36º 0.61% 0.07% -
XYZ 0.41 0.32 0.49 -
YUV 11.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 18 7 15 0 0.61 0.17 0.93 316.36 0.44 0.05
Hex 12 7 F 0 3D 11 5D 13C 2C 5
Octal 22 7 17 0 75 21 135 474 54 5
Binary 10010 111 1111 0 111101 10001 1011101 100111100 101100 101

Color Harmonies of #12070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12070F

Black with #12070F

Text Example


Text Example

White with #12070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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