#0F061A

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

Shades of Blackcurrant #0F061A

Tints of Blackcurrant #0F061A

Color information

#0F061A (or 0x0F061A) is unknown color: approx Blackcurrant. HEX triplet: 0F, 06 and 1A. RGB value is (15,6,26). Sum of RGB (Red+Green+Blue) = 15+6+26=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F061A is #F0F9E5. Grayscale: #0A0A0A. Windows color (decimal): -15792614 or 1705487. OLE color: 1705487.

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

Color convert

RGB15626-
CMYK0.420.7700.90
HSL267º62.5%6.27%-
HSV(B)267º76.92%10.2%-
XYZ0.450.311.01-
YUV10.97136.48130.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=31.91%
G=12.77%
B=55.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal156260.420.7700.9026762.56.27
HexF61A2A4D05A10b3e6
Octal17632521150132413766
Binary111111011010101010100110101011010100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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