Html Css Color HEX #100601 Black

📋 copy color: '#100601'

red 16 ◦ green 6 ◦ blue 1

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

Shades of Black #100601

Tints of Black #100601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 4.35%

R = 69.57%
G = 26.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#100601 (or 0x100601) is known color: Black. HEX triplet: 10, 06 and 01. RGB value is (16,6,1). Sum of RGB (Red+Green+Blue) = 16+6+1=23 (3% of max value = 765). Red value is 16 (6.64% from 255 or 69.57% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 16 - color contains mainly: red. Hex color #100601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100601 is #EFF9FE. Grayscale: #080808. Windows color (decimal): -15727103 or 67088. OLE color: 67088.

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

Color convert

RGB 16 6 1 -
CMYK 0 0.62 0.94 0.94
HSL 20º 0.88% 0.03% -
HSV(B) 20º 0.94% 0.06% -
XYZ 0.28 0.24 0.06 -
YUV 8.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 16 6 1 0 0.62 0.94 0.94 20 0.88 0.03
Hex 10 6 1 0 3E 5E 5E 14 58 3
Octal 20 6 1 0 76 136 136 24 130 3
Binary 10000 110 1 0 111110 1011110 1011110 10100 1011000 11

Color Harmonies of #100601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100601

Black with #100601

Text Example


Text Example

White with #100601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100601; }

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

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

background-color css

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

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

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

border-color css

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

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

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