#0B030C

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

Shades of Blackcurrant #0B030C

Tints of Blackcurrant #0B030C

Color information

#0B030C (or 0x0B030C) is unknown color: approx Blackcurrant. HEX triplet: 0B, 03 and 0C. RGB value is (11,3,12). Sum of RGB (Red+Green+Blue) = 11+3+12=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B030C is #F4FCF3. Grayscale: #060606. Windows color (decimal): -16055540 or 787211. OLE color: 787211.

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

Color convert

RGB11312-
CMYK0.080.7500.95
HSL293.33º60%2.94%-
HSV(B)293.33º75%4.71%-
XYZ0.240.160.37-
YUV6.42131.15131.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 42.31%
GREEN value IS 3 (1.56% from 255) = 11.54%
BLUE value IS 12 (5.08% from 255) = 46.15%
R=42.31%
G=11.54%
B=46.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal113120.080.7500.95293.33602.94
HexB3C84B05F1253c3
Octal13314101130137445743
Binary1011111100100010010110101111110010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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