#0B080C

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

Shades of Blackcurrant #0B080C

Tints of Blackcurrant #0B080C

Color information

#0B080C (or 0x0B080C) is unknown color: approx Blackcurrant. HEX triplet: 0B, 08 and 0C. RGB value is (11,8,12). Sum of RGB (Red+Green+Blue) = 11+8+12=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B080C is #F4F7F3. Grayscale: #090909. Windows color (decimal): -16054260 or 788491. OLE color: 788491.

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

Color convert

RGB11812-
CMYK0.080.3300.95
HSL285º20%3.92%-
HSV(B)285º33.33%4.71%-
XYZ0.290.270.38-
YUV9.35129.49129.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 35.48%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 12 (5.08% from 255) = 38.71%
R=35.48%
G=25.81%
B=38.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal118120.080.3300.95285203.92
HexB8C82105F11d144
Octal13101410410137435244
Binary10111000110010001000010101111110001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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