#0F071D

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

Shades of Blackcurrant #0F071D

Tints of Blackcurrant #0F071D

Color information

#0F071D (or 0x0F071D) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 1D. RGB value is (15,7,29). Sum of RGB (Red+Green+Blue) = 15+7+29=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F071D is #F0F8E2. Grayscale: #0B0B0B. Windows color (decimal): -15792355 or 1902351. OLE color: 1902351.

HSL color Cylindrical-coordinate representation of color #0F071D: hue angle of 261.82º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F071D is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB15729-
CMYK0.480.7600.89
HSL261.82º61.11%7.06%-
HSV(B)261.82º75.86%11.37%-
XYZ0.490.341.2-
YUV11.9137.65130.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=29.41%
G=13.73%
B=56.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal157290.480.7600.89261.8261.117.06
HexF71D304C0591063d7
Octal17735601140131406757
Binary111111111101110000100110001011001100000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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