#0B011A

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

Shades of Blackcurrant #0B011A

Tints of Blackcurrant #0B011A

Color information

#0B011A (or 0x0B011A) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 1A. RGB value is (11,1,26). Sum of RGB (Red+Green+Blue) = 11+1+26=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B011A is #F4FEE5. Grayscale: #060606. Windows color (decimal): -16056038 or 1704203. OLE color: 1704203.

HSL color Cylindrical-coordinate representation of color #0B011A: hue angle of 264º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B011A is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11126-
CMYK0.580.9600.90
HSL264º92.59%5.29%-
HSV(B)264º96.15%10.2%-
XYZ0.340.170.99-
YUV6.84138.81130.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.95%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 26 (10.55% from 255) = 68.42%
R=28.95%
G=2.63%
B=68.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal111260.580.9600.9026492.595.29
HexB11A3A6005A1085d5
Octal131327214001324101355
Binary10111110101110101100000010110101000010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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