#100F0F

Color #100F0F Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #100F0F

Tints of Black #100F0F

Color information

#100F0F (or 0x100F0F) is unknown color: approx Black. HEX triplet: 10, 0F and 0F. RGB value is (16,15,15). Sum of RGB (Red+Green+Blue) = 16+15+15=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 16 - color contains mainly: red. Hex color #100F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F0F is #EFF0F0. Grayscale: #0F0F0F. Windows color (decimal): -15724785 or 986896. OLE color: 986896.

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

Color convert

RGB161515-
CMYK00.060.060.94
HSL3.23%6.08%-
HSV(B)6.25%6.27%-
XYZ0.470.490.52-
YUV15.3127.83128.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 15 (6.25% from 255) = 32.61%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=34.78%
G=32.61%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16151500.060.060.9403.236.08
Hex10FF0665E036
Octal201717066136036
Binary100001111111101101101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #100F0F;
 }
 .AnyTagClassName
 {
   color: #100F0F;
 }
</style>
background-color css

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

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

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

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

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

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