#0B0316

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

Shades of Blackcurrant #0B0316

Tints of Blackcurrant #0B0316

Color information

#0B0316 (or 0x0B0316) is unknown color: approx Blackcurrant. HEX triplet: 0B, 03 and 16. RGB value is (11,3,22). Sum of RGB (Red+Green+Blue) = 11+3+22=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0316 is #F4FCE9. Grayscale: #070707. Windows color (decimal): -16055530 or 1442571. OLE color: 1442571.

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

Color convert

RGB11322-
CMYK0.50.8600.91
HSL265.26º76%4.9%-
HSV(B)265.26º86.36%8.63%-
XYZ0.320.190.78-
YUV7.56136.15130.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 30.56%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 22 (8.98% from 255) = 61.11%
R=30.56%
G=8.33%
B=61.11%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal113220.50.8600.91265.26764.9
HexB316325605B1094c5
Octal133266212601334111145
Binary101111101101100101010110010110111000010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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