#0F0315

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

Shades of Blackcurrant #0F0315

Tints of Blackcurrant #0F0315

Color information

#0F0315 (or 0x0F0315) is unknown color: approx Blackcurrant. HEX triplet: 0F, 03 and 15. RGB value is (15,3,21). Sum of RGB (Red+Green+Blue) = 15+3+21=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0315 is #F0FCEA. Grayscale: #080808. Windows color (decimal): -15793387 or 1377039. OLE color: 1377039.

HSL color Cylindrical-coordinate representation of color #0F0315: hue angle of 280º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F0315 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB15321-
CMYK0.290.8600.92
HSL280º75%4.71%-
HSV(B)280º85.71%8.24%-
XYZ0.360.220.73-
YUV8.64134.98132.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 38.46%
GREEN value IS 3 (1.56% from 255) = 7.69%
BLUE value IS 21 (8.59% from 255) = 53.85%
R=38.46%
G=7.69%
B=53.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal153210.290.8600.92280754.71
HexF3151D5605C1184b5
Octal173253512601344301135
Binary11111110101111011010110010111001000110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,3,21); }

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

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

 a { background-color: rgb(15,3,21); }

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

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

 span { border-color: rgb(15,3,21); }

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