#0B011E

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

Shades of Blackcurrant #0B011E

Tints of Blackcurrant #0B011E

Color information

#0B011E (or 0x0B011E) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 1E. RGB value is (11,1,30). Sum of RGB (Red+Green+Blue) = 11+1+30=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 30 (12.11% from 255 or 71.43% from 42); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B011E is #F4FEE1. Grayscale: #070707. Windows color (decimal): -16056034 or 1966347. OLE color: 1966347.

HSL color Cylindrical-coordinate representation of color #0B011E: hue angle of 260.69º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B011E is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11130-
CMYK0.630.9700.88
HSL260.69º93.55%6.08%-
HSV(B)260.69º96.67%11.76%-
XYZ0.380.191.24-
YUV7.3140.81130.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 30 (12.11% from 255) = 71.43%
R=26.19%
G=2.38%
B=71.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal111300.630.9700.88260.6993.556.08
HexB11E3F610581055e6
Octal131367714101304051366
Binary10111111101111111100001010110001000001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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