#0F0C10

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

Shades of Blackcurrant #0F0C10

Tints of Blackcurrant #0F0C10

Color information

#0F0C10 (or 0x0F0C10) is unknown color: approx Blackcurrant. HEX triplet: 0F, 0C and 10. RGB value is (15,12,16). Sum of RGB (Red+Green+Blue) = 15+12+16=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 16 - color contains mainly: blue. Hex color #0F0C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C10 is #F0F3EF. Grayscale: #0D0D0D. Windows color (decimal): -15791088 or 1051663. OLE color: 1051663.

HSL color Cylindrical-coordinate representation of color #0F0C10: hue angle of 285º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0F0C10 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB151216-
CMYK0.060.2500.94
HSL285º14.29%5.49%-
HSV(B)285º25%6.27%-
XYZ0.420.40.55-
YUV13.35129.49129.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.88%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 16 (6.64% from 255) = 37.21%
R=34.88%
G=27.91%
B=37.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1512160.060.2500.9428514.295.49
HexFC1061905E11de5
Octal1714206310136435165
Binary111111001000011011001010111101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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