#0B021A

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

Shades of Blackcurrant #0B021A

Tints of Blackcurrant #0B021A

Color information

#0B021A (or 0x0B021A) is unknown color: approx Blackcurrant. HEX triplet: 0B, 02 and 1A. RGB value is (11,2,26). Sum of RGB (Red+Green+Blue) = 11+2+26=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 26 (10.55% from 255 or 66.67% from 39); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B021A is #F4FDE5. Grayscale: #070707. Windows color (decimal): -16055782 or 1704459. OLE color: 1704459.

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

Color convert

RGB11226-
CMYK0.580.9200.90
HSL262.5º85.71%5.49%-
HSV(B)262.5º92.31%10.2%-
XYZ0.350.191-
YUV7.43138.48130.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.21%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 26 (10.55% from 255) = 66.67%
R=28.21%
G=5.13%
B=66.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal112260.580.9200.90262.585.715.49
HexB21A3A5C05A106565
Octal132327213401324061265
Binary101110110101110101011100010110101000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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