#0B060C

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

Shades of Blackcurrant #0B060C

Tints of Blackcurrant #0B060C

Color information

#0B060C (or 0x0B060C) is unknown color: approx Blackcurrant. HEX triplet: 0B, 06 and 0C. RGB value is (11,6,12). Sum of RGB (Red+Green+Blue) = 11+6+12=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B060C is #F4F9F3. Grayscale: #080808. Windows color (decimal): -16054772 or 787979. OLE color: 787979.

HSL color Cylindrical-coordinate representation of color #0B060C: hue angle of 290º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B060C is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB11612-
CMYK0.080.5000.95
HSL290º33.33%3.53%-
HSV(B)290º50%4.71%-
XYZ0.270.230.38-
YUV8.18130.16130.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 37.93%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 12 (5.08% from 255) = 41.38%
R=37.93%
G=20.69%
B=41.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal116120.080.5000.9529033.333.53
HexB6C83205F122214
Octal1361410620137442414
Binary10111101100100011001001011111100100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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