#0F071E

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

Shades of Blackcurrant #0F071E

Tints of Blackcurrant #0F071E

Color information

#0F071E (or 0x0F071E) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 1E. RGB value is (15,7,30). Sum of RGB (Red+Green+Blue) = 15+7+30=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F071E is #F0F8E1. Grayscale: #0B0B0B. Windows color (decimal): -15792354 or 1967887. OLE color: 1967887.

HSL color Cylindrical-coordinate representation of color #0F071E: hue angle of 260.87º degrees, saturation: 0.62, 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 #0F071E is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB15730-
CMYK0.50.7700.88
HSL260.87º62.16%7.25%-
HSV(B)260.87º76.67%11.76%-
XYZ0.510.351.27-
YUV12.01138.15130.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.85%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 30 (12.11% from 255) = 57.69%
R=28.85%
G=13.46%
B=57.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal157300.50.7700.88260.8762.167.25
HexF71E324D0581053e7
Octal17736621150130405767
Binary111111111110110010100110101011000100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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