#0B050D

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

Shades of Blackcurrant #0B050D

Tints of Blackcurrant #0B050D

Color information

#0B050D (or 0x0B050D) is unknown color: approx Blackcurrant. HEX triplet: 0B, 05 and 0D. RGB value is (11,5,13). Sum of RGB (Red+Green+Blue) = 11+5+13=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B050D is #F4FAF2. Grayscale: #070707. Windows color (decimal): -16055027 or 853259. OLE color: 853259.

HSL color Cylindrical-coordinate representation of color #0B050D: hue angle of 285º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B050D is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB11513-
CMYK0.150.6200.95
HSL285º44.44%3.53%-
HSV(B)285º61.54%5.1%-
XYZ0.260.210.41-
YUV7.71130.99130.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 37.93%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 13 (5.47% from 255) = 44.83%
R=37.93%
G=17.24%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal115130.150.6200.9528544.443.53
HexB5DF3E05F11d2c4
Octal1351517760137435544
Binary10111011101111111111001011111100011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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