#0B050C

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

Shades of Blackcurrant #0B050C

Tints of Blackcurrant #0B050C

Color information

#0B050C (or 0x0B050C) is unknown color: approx Blackcurrant. HEX triplet: 0B, 05 and 0C. RGB value is (11,5,12). Sum of RGB (Red+Green+Blue) = 11+5+12=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B050C is #F4FAF3. Grayscale: #070707. Windows color (decimal): -16055028 or 787723. OLE color: 787723.

HSL color Cylindrical-coordinate representation of color #0B050C: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B050C is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB11512-
CMYK0.080.5800.95
HSL291.43º41.18%3.33%-
HSV(B)291.43º58.33%4.71%-
XYZ0.260.210.37-
YUV7.59130.49130.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 39.29%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 12 (5.08% from 255) = 42.86%
R=39.29%
G=17.86%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal115120.080.5800.95291.4341.183.33
HexB5C83A05F123293
Octal1351410720137443513
Binary1011101110010001110100101111110010001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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