#0F071C

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

Shades of Blackcurrant #0F071C

Tints of Blackcurrant #0F071C

Color information

#0F071C (or 0x0F071C) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 1C. RGB value is (15,7,28). Sum of RGB (Red+Green+Blue) = 15+7+28=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F071C is #F0F8E3. Grayscale: #0B0B0B. Windows color (decimal): -15792356 or 1836815. OLE color: 1836815.

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

Color convert

RGB15728-
CMYK0.460.7500.89
HSL262.86º60%6.86%-
HSV(B)262.86º75%10.98%-
XYZ0.480.341.14-
YUV11.79137.15130.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 28 (11.33% from 255) = 56%
R=30%
G=14%
B=56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal157280.460.7500.89262.86606.86
HexF71C2E4B0591073c7
Octal17734561130131407747
Binary111111111100101110100101101011001100000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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