Html Css Color HEX #100B06 Black

📋 copy color: '#100B06'

red 16 ◦ green 11 ◦ blue 6

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

Shades of Black #100B06

Tints of Black #100B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 33.33%

 BLUE value IS 6 (2.73% from 255) = 18.18%

R = 48.48%
G = 33.33%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#100B06 (or 0x100B06) is known color: Black. HEX triplet: 10, 0B and 06. RGB value is (16,11,6). Sum of RGB (Red+Green+Blue) = 16+11+6=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B06 is #EFF4F9. Grayscale: #0B0B0B. Windows color (decimal): -15725818 or 396048. OLE color: 396048.

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

Color convert

RGB 16 11 6 -
CMYK 0 0.31 0.62 0.94
HSL 30º 0.45% 0.04% -
HSV(B) 30º 0.63% 0.06% -
XYZ 0.37 0.36 0.22 -
YUV 11.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 16 11 6 0 0.31 0.62 0.94 30 0.45 0.04
Hex 10 B 6 0 1F 3E 5E 1E 2D 4
Octal 20 13 6 0 37 76 136 36 55 4
Binary 10000 1011 110 0 11111 111110 1011110 11110 101101 100

Color Harmonies of #100B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B06

Black with #100B06

Text Example


Text Example

White with #100B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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