#0B021F

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

Shades of Blackcurrant #0B021F

Tints of Blackcurrant #0B021F

Color information

#0B021F (or 0x0B021F) is unknown color: approx Blackcurrant. HEX triplet: 0B, 02 and 1F. RGB value is (11,2,31). Sum of RGB (Red+Green+Blue) = 11+2+31=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B021F is #F4FDE0. Grayscale: #070707. Windows color (decimal): -16055777 or 2032139. OLE color: 2032139.

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

Color convert

RGB11231-
CMYK0.650.9400.88
HSL258.62º87.88%6.47%-
HSV(B)258.62º93.55%12.16%-
XYZ0.410.211.32-
YUV8140.98130.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 31 (12.5% from 255) = 70.45%
R=25%
G=4.55%
B=70.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal112310.650.9400.88258.6287.886.47
HexB21F415E058103586
Octal1323710113601304031306
Binary1011101111110000011011110010110001000000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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