#0F0712

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

Shades of Blackcurrant #0F0712

Tints of Blackcurrant #0F0712

Color information

#0F0712 (or 0x0F0712) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 12. RGB value is (15,7,18). Sum of RGB (Red+Green+Blue) = 15+7+18=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0712 is #F0F8ED. Grayscale: #0A0A0A. Windows color (decimal): -15792366 or 1181455. OLE color: 1181455.

HSL color Cylindrical-coordinate representation of color #0F0712: hue angle of 283.64º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F0712 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB15718-
CMYK0.170.6100.93
HSL283.64º44%4.9%-
HSV(B)283.64º61.11%7.06%-
XYZ0.380.30.61-
YUV10.65132.15131.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 37.5%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 18 (7.42% from 255) = 45%
R=37.5%
G=17.5%
B=45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal157180.170.6100.93283.64444.9
HexF712113D05D11c2c5
Octal1772221750135434545
Binary1111111100101000111110101011101100011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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