#0B0113

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

Shades of Blackcurrant #0B0113

Tints of Blackcurrant #0B0113

Color information

#0B0113 (or 0x0B0113) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 13. RGB value is (11,1,19). Sum of RGB (Red+Green+Blue) = 11+1+19=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B0113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0113 is #F4FEEC. Grayscale: #050505. Windows color (decimal): -16056045 or 1245451. OLE color: 1245451.

HSL color Cylindrical-coordinate representation of color #0B0113: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0113 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB11119-
CMYK0.420.9500.93
HSL273.33º90%3.92%-
HSV(B)273.33º94.74%7.45%-
XYZ0.270.140.63-
YUV6.04135.31131.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 35.48%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 19 (7.81% from 255) = 61.29%
R=35.48%
G=3.23%
B=61.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal111190.420.9500.93273.33903.92
HexB1132A5F05D1115a4
Octal131235213701354211324
Binary10111100111010101011111010111011000100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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