#0B0116

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

Shades of Blackcurrant #0B0116

Tints of Blackcurrant #0B0116

Color information

#0B0116 (or 0x0B0116) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 16. RGB value is (11,1,22). Sum of RGB (Red+Green+Blue) = 11+1+22=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0116 is #F4FEE9. Grayscale: #060606. Windows color (decimal): -16056042 or 1442059. OLE color: 1442059.

HSL color Cylindrical-coordinate representation of color #0B0116: hue angle of 268.57º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0116 is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11122-
CMYK0.50.9500.91
HSL268.57º91.3%4.51%-
HSV(B)268.57º95.45%8.63%-
XYZ0.290.150.77-
YUV6.38136.81131.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 32.35%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 22 (8.98% from 255) = 64.71%
R=32.35%
G=2.94%
B=64.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal111220.50.9500.91268.5791.34.51
HexB116325F05B10d5b5
Octal131266213701334151335
Binary10111101101100101011111010110111000011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0116; }

 p { color: rgb(11,1,22); }

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

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

 a { background-color: rgb(11,1,22); }

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

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

 span { border-color: rgb(11,1,22); }

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