#0B070F

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

Shades of Blackcurrant #0B070F

Tints of Blackcurrant #0B070F

Color information

#0B070F (or 0x0B070F) is unknown color: approx Blackcurrant. HEX triplet: 0B, 07 and 0F. RGB value is (11,7,15). Sum of RGB (Red+Green+Blue) = 11+7+15=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B070F is #F4F8F0. Grayscale: #090909. Windows color (decimal): -16054513 or 984843. OLE color: 984843.

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

Color convert

RGB11715-
CMYK0.270.5300.94
HSL270º36.36%4.31%-
HSV(B)270º53.33%5.88%-
XYZ0.30.260.49-
YUV9.11131.33129.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 15 (6.25% from 255) = 45.45%
R=33.33%
G=21.21%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal117150.270.5300.9427036.364.31
HexB7F1B3505E10e244
Octal1371733650136416444
Binary101111111111101111010101011110100001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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