#0B0115

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

Shades of Blackcurrant #0B0115

Tints of Blackcurrant #0B0115

Color information

#0B0115 (or 0x0B0115) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 15. RGB value is (11,1,21). Sum of RGB (Red+Green+Blue) = 11+1+21=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0115 is #F4FEEA. Grayscale: #060606. Windows color (decimal): -16056043 or 1376523. OLE color: 1376523.

HSL color Cylindrical-coordinate representation of color #0B0115: hue angle of 270º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0115 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11121-
CMYK0.480.9500.92
HSL270º90.91%4.31%-
HSV(B)270º95.24%8.24%-
XYZ0.280.150.72-
YUV6.27136.31131.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 3.03%
BLUE value IS 21 (8.59% from 255) = 63.64%
R=33.33%
G=3.03%
B=63.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal111210.480.9500.9227090.914.31
HexB115305F05C10e5b4
Octal131256013701344161334
Binary10111101011100001011111010111001000011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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