#0B021E

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

Shades of Blackcurrant #0B021E

Tints of Blackcurrant #0B021E

Color information

#0B021E (or 0x0B021E) is unknown color: approx Blackcurrant. HEX triplet: 0B, 02 and 1E. RGB value is (11,2,30). Sum of RGB (Red+Green+Blue) = 11+2+30=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B021E is #F4FDE1. Grayscale: #070707. Windows color (decimal): -16055778 or 1966603. OLE color: 1966603.

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

Color convert

RGB11230-
CMYK0.630.9300.88
HSL259.29º87.5%6.27%-
HSV(B)259.29º93.33%11.76%-
XYZ0.390.211.25-
YUV7.88140.48130.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 30 (12.11% from 255) = 69.77%
R=25.58%
G=4.65%
B=69.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal112300.630.9300.88259.2987.56.27
HexB21E3F5D058103586
Octal132367713501304031306
Binary101110111101111111011101010110001000000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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