Html Css Color HEX #100D0F Melanzane

📋 copy color: '#100D0F'

red 16 ◦ green 13 ◦ blue 15

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

Shades of Melanzane #100D0F

Tints of Melanzane #100D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 29.55%

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

R = 36.36%
G = 29.55%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#100D0F (or 0x100D0F) is known color: Melanzane. HEX triplet: 10, 0D and 0F. RGB value is (16,13,15). Sum of RGB (Red+Green+Blue) = 16+13+15=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 16 - color contains mainly: red. Hex color #100D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D0F is #EFF2F0. Grayscale: #0E0E0E. Windows color (decimal): -15725297 or 986384. OLE color: 986384.

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

Color convert

RGB 16 13 15 -
CMYK 0 0.19 0.06 0.94
HSL 320º 0.1% 0.06% -
HSV(B) 320º 0.19% 0.06% -
XYZ 0.44 0.43 0.51 -
YUV 14.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 16 13 15 0 0.19 0.06 0.94 320 0.1 0.06
Hex 10 D F 0 13 6 5E 140 A 6
Octal 20 15 17 0 23 6 136 500 12 6
Binary 10000 1101 1111 0 10011 110 1011110 101000000 1010 110

Color Harmonies of #100D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D0F

Black with #100D0F

Text Example


Text Example

White with #100D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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