Html Css Color HEX #100704 Black

📋 copy color: '#100704'

red 16 ◦ green 7 ◦ blue 4

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

Shades of Black #100704

Tints of Black #100704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 25.93%

 BLUE value IS 4 (1.95% from 255) = 14.81%

R = 59.26%
G = 25.93%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.94

RGB Variations

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

Color information

#100704 (or 0x100704) is known color: Black. HEX triplet: 10, 07 and 04. RGB value is (16,7,4). Sum of RGB (Red+Green+Blue) = 16+7+4=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100704 is #EFF8FB. Grayscale: #090909. Windows color (decimal): -15726844 or 263952. OLE color: 263952.

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

Color convert

RGB 16 7 4 -
CMYK 0 0.56 0.75 0.94
HSL 15º 0.6% 0.04% -
HSV(B) 15º 0.75% 0.06% -
XYZ 0.31 0.27 0.15 -
YUV 9.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 16 7 4 0 0.56 0.75 0.94 15 0.6 0.04
Hex 10 7 4 0 38 4B 5E F 3C 4
Octal 20 7 4 0 70 113 136 17 74 4
Binary 10000 111 100 0 111000 1001011 1011110 1111 111100 100

Color Harmonies of #100704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100704

Black with #100704

Text Example


Text Example

White with #100704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100704; }

 p { color: rgb(16,7,4); }

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

background-color css

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

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

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

border-color css

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

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

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