#0B0516

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

Shades of Blackcurrant #0B0516

Tints of Blackcurrant #0B0516

Color information

#0B0516 (or 0x0B0516) is unknown color: approx Blackcurrant. HEX triplet: 0B, 05 and 16. RGB value is (11,5,22). Sum of RGB (Red+Green+Blue) = 11+5+22=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0516 is #F4FAE9. Grayscale: #080808. Windows color (decimal): -16055018 or 1443083. OLE color: 1443083.

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

Color convert

RGB11522-
CMYK0.50.7700.91
HSL261.18º62.96%5.29%-
HSV(B)261.18º77.27%8.63%-
XYZ0.340.240.79-
YUV8.73135.49129.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.95%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=28.95%
G=13.16%
B=57.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal115220.50.7700.91261.1862.965.29
HexB516324D05B1053f5
Octal13526621150133405775
Binary101110110110110010100110101011011100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,22); }

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

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

 a { background-color: rgb(11,5,22); }

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

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

 span { border-color: rgb(11,5,22); }

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