#0B0122

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

Shades of Blackcurrant #0B0122

Tints of Blackcurrant #0B0122

Color information

#0B0122 (or 0x0B0122) is unknown color: approx Blackcurrant. HEX triplet: 0B, 01 and 22. RGB value is (11,1,34). Sum of RGB (Red+Green+Blue) = 11+1+34=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 34 (13.67% from 255 or 73.91% from 46); Max value from RGB is 34 - color contains mainly: blue. Hex color #0B0122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0122 is #F4FEDD. Grayscale: #070707. Windows color (decimal): -16056030 or 2228491. OLE color: 2228491.

HSL color Cylindrical-coordinate representation of color #0B0122: hue angle of 258.18º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0122 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11134-
CMYK0.680.9700.87
HSL258.18º94.29%6.86%-
HSV(B)258.18º97.06%13.33%-
XYZ0.440.211.53-
YUV7.75142.81130.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 34 (13.67% from 255) = 73.91%
R=23.91%
G=2.17%
B=73.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal111340.680.9700.87258.1894.296.86
HexB12244610571025e7
Octal1314210414101274021367
Binary1011110001010001001100001010101111000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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