#0B020F

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

Shades of Blackcurrant #0B020F

Tints of Blackcurrant #0B020F

Color information

#0B020F (or 0x0B020F) is unknown color: approx Blackcurrant. HEX triplet: 0B, 02 and 0F. RGB value is (11,2,15). Sum of RGB (Red+Green+Blue) = 11+2+15=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 15 (6.25% from 255 or 53.57% from 28); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B020F is #F4FDF0. Grayscale: #060606. Windows color (decimal): -16055793 or 983563. OLE color: 983563.

HSL color Cylindrical-coordinate representation of color #0B020F: hue angle of 281.54º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B020F is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB11215-
CMYK0.270.8700.94
HSL281.54º76.47%3.33%-
HSV(B)281.54º86.67%5.88%-
XYZ0.250.150.47-
YUV6.17132.98131.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 39.29%
GREEN value IS 2 (1.17% from 255) = 7.14%
BLUE value IS 15 (6.25% from 255) = 53.57%
R=39.29%
G=7.14%
B=53.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal112150.270.8700.94281.5476.473.33
HexB2F1B5705E11a4c3
Octal132173312701364321143
Binary101110111111011101011101011110100011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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