Html Css Color HEX #100604 Black

📋 copy color: '#100604'

red 16 ◦ green 6 ◦ blue 4

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

Shades of Black #100604

Tints of Black #100604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 23.08%

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

R = 61.54%
G = 23.08%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.94

RGB Variations

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

Color information

#100604 (or 0x100604) is known color: Black. HEX triplet: 10, 06 and 04. RGB value is (16,6,4). Sum of RGB (Red+Green+Blue) = 16+6+4=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100604 is #EFF9FB. Grayscale: #080808. Windows color (decimal): -15727100 or 263696. OLE color: 263696.

HSL color Cylindrical-coordinate representation of color #100604: hue angle of 10º 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 #100604 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 6 4 -
CMYK 0 0.62 0.75 0.94
HSL 10º 0.6% 0.04% -
HSV(B) 10º 0.75% 0.06% -
XYZ 0.3 0.25 0.15 -
YUV 8.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 16 6 4 0 0.62 0.75 0.94 10 0.6 0.04
Hex 10 6 4 0 3E 4B 5E A 3C 4
Octal 20 6 4 0 76 113 136 12 74 4
Binary 10000 110 100 0 111110 1001011 1011110 1010 111100 100

Color Harmonies of #100604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100604

Black with #100604

Text Example


Text Example

White with #100604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100604; }

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

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

background-color css

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

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

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

border-color css

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

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

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