#0F071F

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

Shades of Blackcurrant #0F071F

Tints of Blackcurrant #0F071F

Color information

#0F071F (or 0x0F071F) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 1F. RGB value is (15,7,31). Sum of RGB (Red+Green+Blue) = 15+7+31=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F071F is #F0F8E0. Grayscale: #0C0C0C. Windows color (decimal): -15792353 or 2033423. OLE color: 2033423.

HSL color Cylindrical-coordinate representation of color #0F071F: hue angle of 260º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F071F is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB15731-
CMYK0.520.7700.88
HSL260º63.16%7.45%-
HSV(B)260º77.42%12.16%-
XYZ0.520.351.34-
YUV12.13138.65130.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=28.30%
G=13.21%
B=58.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal157310.520.7700.8826063.167.45
HexF71F344D0581043f7
Octal17737641150130404777
Binary111111111111110100100110101011000100000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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