#0B0019

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

Shades of Blackcurrant #0B0019

Tints of Blackcurrant #0B0019

Color information

#0B0019 (or 0x0B0019) is unknown color: approx Blackcurrant. HEX triplet: 0B, 00 and 19. RGB value is (11,0,25). Sum of RGB (Red+Green+Blue) = 11+0+25=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B0019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0019 is #F4FFE6. Grayscale: #060606. Windows color (decimal): -16056295 or 1638411. OLE color: 1638411.

HSL color Cylindrical-coordinate representation of color #0B0019: hue angle of 266.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0019 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11025-
CMYK0.56100.90
HSL266.4º100%4.9%-
HSV(B)266.4º100%9.8%-
XYZ0.310.140.93-
YUV6.14138.64131.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 30.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 69.44%
R=30.56%
G=0%
B=69.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal110250.56100.90266.41004.9
HexB019386405A10a645
Octal130317014401324121445
Binary10110110011110001100100010110101000010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,0,25); }

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

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

 a { background-color: rgb(11,0,25); }

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

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

 span { border-color: rgb(11,0,25); }

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