#0F0818

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

Shades of Blackcurrant #0F0818

Tints of Blackcurrant #0F0818

Color information

#0F0818 (or 0x0F0818) is unknown color: approx Blackcurrant. HEX triplet: 0F, 08 and 18. RGB value is (15,8,24). Sum of RGB (Red+Green+Blue) = 15+8+24=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0818 is #F0F7E7. Grayscale: #0B0B0B. Windows color (decimal): -15792104 or 1574927. OLE color: 1574927.

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

Color convert

RGB15824-
CMYK0.370.6700.91
HSL266.25º50%6.27%-
HSV(B)266.25º66.67%9.41%-
XYZ0.450.340.91-
YUV11.92134.82130.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=31.91%
G=17.02%
B=51.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal158240.370.6700.91266.25506.27
HexF818254305B10a326
Octal171030451030133412626
Binary1111100011000100101100001101011011100001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,24); }

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

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

 a { background-color: rgb(15,8,24); }

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

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

 span { border-color: rgb(15,8,24); }

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