#0B0119

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

Shades of Blackcurrant #0B0119

Tints of Blackcurrant #0B0119

Color information

#0B0119 (or 0x0B0119) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 19. RGB value is (11,1,25). Sum of RGB (Red+Green+Blue) = 11+1+25=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0119 is #F4FEE6. Grayscale: #060606. Windows color (decimal): -16056039 or 1638667. OLE color: 1638667.

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

Color convert

RGB11125-
CMYK0.560.9600.90
HSL265º92.31%5.1%-
HSV(B)265º96%9.8%-
XYZ0.320.160.93-
YUV6.73138.31131.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 29.73%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 25 (10.16% from 255) = 67.57%
R=29.73%
G=2.70%
B=67.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal111250.560.9600.9026592.315.1
HexB119386005A1095c5
Octal131317014001324111345
Binary10111110011110001100000010110101000010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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