#0B050F

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

Shades of Blackcurrant #0B050F

Tints of Blackcurrant #0B050F

Color information

#0B050F (or 0x0B050F) is unknown color: approx Blackcurrant. HEX triplet: 0B, 05 and 0F. RGB value is (11,5,15). Sum of RGB (Red+Green+Blue) = 11+5+15=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B050F is #F4FAF0. Grayscale: #070707. Windows color (decimal): -16055025 or 984331. OLE color: 984331.

HSL color Cylindrical-coordinate representation of color #0B050F: hue angle of 276º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B050F is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB11515-
CMYK0.270.6700.94
HSL276º50%3.92%-
HSV(B)276º66.67%5.88%-
XYZ0.280.210.48-
YUV7.93131.99130.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 35.48%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 15 (6.25% from 255) = 48.39%
R=35.48%
G=16.13%
B=48.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal115150.270.6700.94276503.92
HexB5F1B4305E114324
Octal13517331030136424624
Binary1011101111111011100001101011110100010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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