#0B011F

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

Shades of Blackcurrant #0B011F

Tints of Blackcurrant #0B011F

Color information

#0B011F (or 0x0B011F) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 1F. RGB value is (11,1,31). Sum of RGB (Red+Green+Blue) = 11+1+31=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 31 (12.5% from 255 or 72.09% from 43); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B011F is #F4FEE0. Grayscale: #070707. Windows color (decimal): -16056033 or 2031883. OLE color: 2031883.

HSL color Cylindrical-coordinate representation of color #0B011F: hue angle of 260º 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 #0B011F is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11131-
CMYK0.650.9700.88
HSL260º93.75%6.27%-
HSV(B)260º96.77%12.16%-
XYZ0.40.191.31-
YUV7.41141.31130.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 31 (12.5% from 255) = 72.09%
R=25.58%
G=2.33%
B=72.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal111310.650.9700.8826093.756.27
HexB11F41610581045e6
Octal1313710114101304041366
Binary101111111110000011100001010110001000001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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