#0F0317

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

Shades of Blackcurrant #0F0317

Tints of Blackcurrant #0F0317

Color information

#0F0317 (or 0x0F0317) is unknown color: approx Blackcurrant. HEX triplet: 0F, 03 and 17. RGB value is (15,3,23). Sum of RGB (Red+Green+Blue) = 15+3+23=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0317 is #F0FCE8. Grayscale: #080808. Windows color (decimal): -15793385 or 1508111. OLE color: 1508111.

HSL color Cylindrical-coordinate representation of color #0F0317: hue angle of 276º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0317 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB15323-
CMYK0.350.8700.91
HSL276º76.92%5.1%-
HSV(B)276º86.96%9.02%-
XYZ0.380.230.83-
YUV8.87135.98132.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 36.59%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 23 (9.38% from 255) = 56.10%
R=36.59%
G=7.32%
B=56.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal153230.350.8700.9127676.925.1
HexF317235705B1144d5
Octal173274312701334241155
Binary111111101111000111010111010110111000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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