#0F0417

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

Shades of Blackcurrant #0F0417

Tints of Blackcurrant #0F0417

Color information

#0F0417 (or 0x0F0417) is unknown color: approx Blackcurrant. HEX triplet: 0F, 04 and 17. RGB value is (15,4,23). Sum of RGB (Red+Green+Blue) = 15+4+23=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0417 is #F0FBE8. Grayscale: #090909. Windows color (decimal): -15793129 or 1508367. OLE color: 1508367.

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

Color convert

RGB15423-
CMYK0.350.8300.91
HSL274.74º70.37%5.29%-
HSV(B)274.74º82.61%9.02%-
XYZ0.40.250.84-
YUV9.45135.64131.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 35.71%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=35.71%
G=9.52%
B=54.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal154230.350.8300.91274.7470.375.29
HexF417235305B113465
Octal174274312301334231065
Binary1111100101111000111010011010110111000100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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