Html Css Color HEX #100A0F Melanzane

📋 copy color: '#100A0F'

red 16 ◦ green 10 ◦ blue 15

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

Shades of Melanzane #100A0F

Tints of Melanzane #100A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 24.39%

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

R = 39.02%
G = 24.39%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#100A0F (or 0x100A0F) is known color: Melanzane. HEX triplet: 10, 0A and 0F. RGB value is (16,10,15). Sum of RGB (Red+Green+Blue) = 16+10+15=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 16 - color contains mainly: red. Hex color #100A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A0F is #EFF5F0. Grayscale: #0C0C0C. Windows color (decimal): -15726065 or 985616. OLE color: 985616.

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

Color convert

RGB 16 10 15 -
CMYK 0 0.37 0.06 0.94
HSL 310º 0.23% 0.05% -
HSV(B) 310º 0.38% 0.06% -
XYZ 0.41 0.36 0.5 -
YUV 12.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 16 10 15 0 0.37 0.06 0.94 310 0.23 0.05
Hex 10 A F 0 25 6 5E 136 17 5
Octal 20 12 17 0 45 6 136 466 27 5
Binary 10000 1010 1111 0 100101 110 1011110 100110110 10111 101

Color Harmonies of #100A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100A0F

Black with #100A0F

Text Example


Text Example

White with #100A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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