#0B021D

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

Shades of Blackcurrant #0B021D

Tints of Blackcurrant #0B021D

Color information

#0B021D (or 0x0B021D) is unknown color: approx Blackcurrant. HEX triplet: 0B, 02 and 1D. RGB value is (11,2,29). Sum of RGB (Red+Green+Blue) = 11+2+29=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B021D is #F4FDE2. Grayscale: #070707. Windows color (decimal): -16055779 or 1901067. OLE color: 1901067.

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

Color convert

RGB11229-
CMYK0.620.9300.89
HSL260º87.1%6.08%-
HSV(B)260º93.1%11.37%-
XYZ0.380.21.18-
YUV7.77139.98130.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 29 (11.72% from 255) = 69.05%
R=26.19%
G=4.76%
B=69.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal112290.620.9300.8926087.16.08
HexB21D3E5D059104576
Octal132357613501314041276
Binary101110111011111101011101010110011000001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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