#0B030F

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

Shades of Blackcurrant #0B030F

Tints of Blackcurrant #0B030F

Color information

#0B030F (or 0x0B030F) is unknown color: approx Blackcurrant. HEX triplet: 0B, 03 and 0F. RGB value is (11,3,15). Sum of RGB (Red+Green+Blue) = 11+3+15=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B030F is #F4FCF0. Grayscale: #060606. Windows color (decimal): -16055537 or 983819. OLE color: 983819.

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

Color convert

RGB11315-
CMYK0.270.8000.94
HSL280º66.67%3.53%-
HSV(B)280º80%5.88%-
XYZ0.260.170.47-
YUV6.76132.65131.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 37.93%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 15 (6.25% from 255) = 51.72%
R=37.93%
G=10.34%
B=51.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal113150.270.8000.9428066.673.53
HexB3F1B5005E118434
Octal133173312001364301034
Binary1011111111110111010000010111101000110001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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