#100B11

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

Shades of Blackcurrant #100B11

Tints of Blackcurrant #100B11

Color information

#100B11 (or 0x100B11) is unknown color: approx Blackcurrant. HEX triplet: 10, 0B and 11. RGB value is (16,11,17). Sum of RGB (Red+Green+Blue) = 16+11+17=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 17 - color contains mainly: blue. Hex color #100B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B11 is #EFF4EE. Grayscale: #0D0D0D. Windows color (decimal): -15725807 or 1116944. OLE color: 1116944.

HSL color Cylindrical-coordinate representation of color #100B11: hue angle of 290º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #100B11 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB161117-
CMYK0.060.3500.93
HSL290º21.43%5.49%-
HSV(B)290º35.29%6.67%-
XYZ0.430.390.58-
YUV13.18130.16130.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 11 (4.69% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=36.36%
G=25%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1611170.060.3500.9329021.435.49
Hex10B1162305D122155
Octal2013216430135442255
Binary100001011100011101000110101110110010001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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