#0B021C

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

Shades of Blackcurrant #0B021C

Tints of Blackcurrant #0B021C

Color information

#0B021C (or 0x0B021C) is unknown color: approx Blackcurrant. HEX triplet: 0B, 02 and 1C. RGB value is (11,2,28). Sum of RGB (Red+Green+Blue) = 11+2+28=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B021C is #F4FDE3. Grayscale: #070707. Windows color (decimal): -16055780 or 1835531. OLE color: 1835531.

HSL color Cylindrical-coordinate representation of color #0B021C: hue angle of 260.77º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B021C is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB11228-
CMYK0.610.9300.89
HSL260.77º86.67%5.88%-
HSV(B)260.77º92.86%10.98%-
XYZ0.370.21.12-
YUV7.65139.48130.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.83%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 28 (11.33% from 255) = 68.29%
R=26.83%
G=4.88%
B=68.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal112280.610.9300.89260.7786.675.88
HexB21C3D5D059105576
Octal132347513501314051276
Binary101110111001111011011101010110011000001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,28); }

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

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

 a { background-color: rgb(11,2,28); }

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

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

 span { border-color: rgb(11,2,28); }

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