#0B0517

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

Shades of Blackcurrant #0B0517

Tints of Blackcurrant #0B0517

Color information

#0B0517 (or 0x0B0517) is unknown color: approx Blackcurrant. HEX triplet: 0B, 05 and 17. RGB value is (11,5,23). Sum of RGB (Red+Green+Blue) = 11+5+23=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0517 is #F4FAE8. Grayscale: #080808. Windows color (decimal): -16055017 or 1508619. OLE color: 1508619.

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

Color convert

RGB11523-
CMYK0.520.7800.91
HSL260º64.29%5.49%-
HSV(B)260º78.26%9.02%-
XYZ0.350.240.84-
YUV8.85135.99129.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.21%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 23 (9.38% from 255) = 58.97%
R=28.21%
G=12.82%
B=58.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal115230.520.7800.9126064.295.49
HexB517344E05B104405
Octal135276411601334041005
Binary1011101101111101001001110010110111000001001000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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