#0F081A

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

Shades of Blackcurrant #0F081A

Tints of Blackcurrant #0F081A

Color information

#0F081A (or 0x0F081A) is unknown color: approx Blackcurrant. HEX triplet: 0F, 08 and 1A. RGB value is (15,8,26). Sum of RGB (Red+Green+Blue) = 15+8+26=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F081A is #F0F7E5. Grayscale: #0C0C0C. Windows color (decimal): -15792102 or 1705999. OLE color: 1705999.

HSL color Cylindrical-coordinate representation of color #0F081A: hue angle of 263.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F081A is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB15826-
CMYK0.420.6900.90
HSL263.33º52.94%6.67%-
HSV(B)263.33º69.23%10.2%-
XYZ0.470.351.02-
YUV12.14135.82130.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 26 (10.55% from 255) = 53.06%
R=30.61%
G=16.33%
B=53.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal158260.420.6900.90263.3352.946.67
HexF81A2A4505A107357
Octal171032521050132407657
Binary1111100011010101010100010101011010100000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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