#0F0917

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

Shades of Blackcurrant #0F0917

Tints of Blackcurrant #0F0917

Color information

#0F0917 (or 0x0F0917) is unknown color: approx Blackcurrant. HEX triplet: 0F, 09 and 17. RGB value is (15,9,23). Sum of RGB (Red+Green+Blue) = 15+9+23=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0917 is #F0F6E8. Grayscale: #0C0C0C. Windows color (decimal): -15791849 or 1509647. OLE color: 1509647.

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

Color convert

RGB15923-
CMYK0.350.6100.91
HSL265.71º43.75%6.27%-
HSV(B)265.71º60.87%9.02%-
XYZ0.450.360.86-
YUV12.39133.99129.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=31.91%
G=19.15%
B=48.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal159230.350.6100.91265.7143.756.27
HexF917233D05B10a2c6
Octal17112743750133412546
Binary111110011011110001111110101011011100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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