#0F0717

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

Shades of Blackcurrant #0F0717

Tints of Blackcurrant #0F0717

Color information

#0F0717 (or 0x0F0717) is unknown color: approx Blackcurrant. HEX triplet: 0F, 07 and 17. RGB value is (15,7,23). Sum of RGB (Red+Green+Blue) = 15+7+23=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0717 is #F0F8E8. Grayscale: #0B0B0B. Windows color (decimal): -15792361 or 1509135. OLE color: 1509135.

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

Color convert

RGB15723-
CMYK0.350.7000.91
HSL270º53.33%5.88%-
HSV(B)270º69.57%9.02%-
XYZ0.430.320.85-
YUV11.22134.65130.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 23 (9.38% from 255) = 51.11%
R=33.33%
G=15.56%
B=51.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal157230.350.7000.9127053.335.88
HexF717234605B10e356
Octal17727431060133416656
Binary111111110111100011100011001011011100001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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