#0F0C13

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

Shades of Blackcurrant #0F0C13

Tints of Blackcurrant #0F0C13

Color information

#0F0C13 (or 0x0F0C13) is unknown color: approx Blackcurrant. HEX triplet: 0F, 0C and 13. RGB value is (15,12,19). Sum of RGB (Red+Green+Blue) = 15+12+19=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 19 - color contains mainly: blue. Hex color #0F0C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C13 is #F0F3EC. Grayscale: #0D0D0D. Windows color (decimal): -15791085 or 1248271. OLE color: 1248271.

HSL color Cylindrical-coordinate representation of color #0F0C13: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0F0C13 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB151219-
CMYK0.210.3700.93
HSL265.71º22.58%6.08%-
HSV(B)265.71º36.84%7.45%-
XYZ0.450.410.67-
YUV13.7130.99128.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=32.61%
G=26.09%
B=41.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1512190.210.3700.93265.7122.586.08
HexFC13152505D10a176
Octal17142325450135412276
Binary1111110010011101011001010101110110000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,12,19); }

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

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

 a { background-color: rgb(15,12,19); }

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

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

 span { border-color: rgb(15,12,19); }

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