#0B0118

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

Shades of Blackcurrant #0B0118

Tints of Blackcurrant #0B0118

Color information

#0B0118 (or 0x0B0118) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 18. RGB value is (11,1,24). Sum of RGB (Red+Green+Blue) = 11+1+24=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0118 is #F4FEE7. Grayscale: #060606. Windows color (decimal): -16056040 or 1573131. OLE color: 1573131.

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

Color convert

RGB11124-
CMYK0.540.9600.91
HSL266.09º92%4.9%-
HSV(B)266.09º95.83%9.41%-
XYZ0.310.160.88-
YUV6.61137.81131.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 30.56%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 24 (9.77% from 255) = 66.67%
R=30.56%
G=2.78%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal111240.540.9600.91266.09924.9
HexB118366005B10a5c5
Octal131306614001334121345
Binary10111110001101101100000010110111000010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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