#0B031A

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

Shades of Blackcurrant #0B031A

Tints of Blackcurrant #0B031A

Color information

#0B031A (or 0x0B031A) is unknown color: approx Blackcurrant. HEX triplet: 0B, 03 and 1A. RGB value is (11,3,26). Sum of RGB (Red+Green+Blue) = 11+3+26=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B031A is #F4FCE5. Grayscale: #070707. Windows color (decimal): -16055526 or 1704715. OLE color: 1704715.

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

Color convert

RGB11326-
CMYK0.580.8800.90
HSL260.87º79.31%5.69%-
HSV(B)260.87º88.46%10.2%-
XYZ0.360.211-
YUV8.01138.15130.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 27.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 26 (10.55% from 255) = 65%
R=27.5%
G=7.5%
B=65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal113260.580.8800.90260.8779.315.69
HexB31A3A5805A1054f6
Octal133327213001324051176
Binary101111110101110101011000010110101000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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