#100B09

Color #100B09 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #100B09

Tints of Black #100B09

Color information

#100B09 (or 0x100B09) is unknown color: approx Black. HEX triplet: 10, 0B and 09. RGB value is (16,11,9). Sum of RGB (Red+Green+Blue) = 16+11+9=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #100B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B09 is #EFF4F6. Grayscale: #0C0C0C. Windows color (decimal): -15725815 or 592656. OLE color: 592656.

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

Color convert

RGB16119-
CMYK00.310.440.94
HSL17.14º28%4.9%-
HSV(B)17.14º43.75%6.27%-
XYZ0.380.370.31-
YUV12.27126.16130.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 44.44%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 9 (3.91% from 255) = 25%
R=44.44%
G=30.56%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1611900.310.440.9417.14284.9
Hex10B901F2C5E111c5
Octal2013110375413621345
Binary100001011100101111110110010111101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #100B09;
 }
 .AnyTagClassName
 {
   color: #100B09;
 }
</style>
background-color css

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

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

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

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

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

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