Html Css Color HEX #100A01 Black

📋 copy color: '#100A01'

red 16 ◦ green 10 ◦ blue 1

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

Shades of Black #100A01

Tints of Black #100A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 37.04%

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

R = 59.26%
G = 37.04%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#100A01 (or 0x100A01) is known color: Black. HEX triplet: 10, 0A and 01. RGB value is (16,10,1). Sum of RGB (Red+Green+Blue) = 16+10+1=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A01 is #EFF5FE. Grayscale: #0A0A0A. Windows color (decimal): -15726079 or 68112. OLE color: 68112.

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

Color convert

RGB 16 10 1 -
CMYK 0 0.37 0.94 0.94
HSL 36º 0.88% 0.03% -
HSV(B) 36º 0.94% 0.06% -
XYZ 0.33 0.33 0.08 -
YUV 10.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 16 10 1 0 0.37 0.94 0.94 36 0.88 0.03
Hex 10 A 1 0 25 5E 5E 24 58 3
Octal 20 12 1 0 45 136 136 44 130 3
Binary 10000 1010 1 0 100101 1011110 1011110 100100 1011000 11

Color Harmonies of #100A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100A01

Black with #100A01

Text Example


Text Example

White with #100A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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