Html Css Color HEX #100C0F Melanzane

📋 copy color: '#100C0F'

red 16 ◦ green 12 ◦ blue 15

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

Shades of Melanzane #100C0F

Tints of Melanzane #100C0F

RGB

 RED value IS 16 (6.64% from 255) = 37.21%

 GREEN value IS 12 (5.08% from 255) = 27.91%

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

R = 37.21%
G = 27.91%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#100C0F (or 0x100C0F) is known color: Melanzane. HEX triplet: 10, 0C and 0F. RGB value is (16,12,15). Sum of RGB (Red+Green+Blue) = 16+12+15=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 16 - color contains mainly: red. Hex color #100C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C0F is #EFF3F0. Grayscale: #0D0D0D. Windows color (decimal): -15725553 or 986128. OLE color: 986128.

HSL color Cylindrical-coordinate representation of color #100C0F: hue angle of 315º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #100C0F is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 12 15 -
CMYK 0 0.25 0.06 0.94
HSL 315º 0.14% 0.05% -
HSV(B) 315º 0.25% 0.06% -
XYZ 0.43 0.41 0.51 -
YUV 13.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 16 12 15 0 0.25 0.06 0.94 315 0.14 0.05
Hex 10 C F 0 19 6 5E 13B E 5
Octal 20 14 17 0 31 6 136 473 16 5
Binary 10000 1100 1111 0 11001 110 1011110 100111011 1110 101

Color Harmonies of #100C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C0F

Black with #100C0F

Text Example


Text Example

White with #100C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100C0F; }

 p { color: rgb(16,12,15); }

 H1.HeaderClassName
 {
   color: #100C0F;
 }
 .AnyTagClassName
 {
   color: #100C0F;
 }
</style>

background-color css

<style>
 a { background-color: #100C0F; }

 a { background-color: rgb(16,12,15); }

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

border-color css

<style>
 span { border-color: #100C0F; }

 span { border-color: rgb(16,12,15); }

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