Html Css Color HEX #100F0F Black

📋 copy color: '#100F0F'

red 16 ◦ green 15 ◦ blue 15

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

Shades of Black #100F0F

Tints of Black #100F0F

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 value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#100F0F (or 0x100F0F) is known color: 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

RGB 16 15 15 -
CMYK 0 0.06 0.06 0.94
HSL 0.03% 0.06% -
HSV(B) 0.06% 0.06% -
XYZ 0.47 0.49 0.52 -
YUV 15.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 16 15 15 0 0.06 0.06 0.94 0 0.03 0.06
Hex 10 F F 0 6 6 5E 0 3 6
Octal 20 17 17 0 6 6 136 0 3 6
Binary 10000 1111 1111 0 110 110 1011110 0 11 110

Color Harmonies of #100F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F0F

Black with #100F0F

Text Example


Text Example

White with #100F0F

Text Example


Text Example

HTML Codes & Css Web 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>