#0B0315

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

Shades of Blackcurrant #0B0315

Tints of Blackcurrant #0B0315

Color information

#0B0315 (or 0x0B0315) is unknown color: approx Blackcurrant. HEX triplet: 0B, 03 and 15. RGB value is (11,3,21). Sum of RGB (Red+Green+Blue) = 11+3+21=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0315 is #F4FCEA. Grayscale: #070707. Windows color (decimal): -16055531 or 1377035. OLE color: 1377035.

HSL color Cylindrical-coordinate representation of color #0B0315: hue angle of 266.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B0315 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11321-
CMYK0.480.8600.92
HSL266.67º75%4.71%-
HSV(B)266.67º85.71%8.24%-
XYZ0.310.190.73-
YUV7.44135.65130.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 31.43%
GREEN value IS 3 (1.56% from 255) = 8.57%
BLUE value IS 21 (8.59% from 255) = 60%
R=31.43%
G=8.57%
B=60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal113210.480.8600.92266.67754.71
HexB315305605C10b4b5
Octal133256012601344131135
Binary101111101011100001010110010111001000010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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