#0F061B

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

Shades of Blackcurrant #0F061B

Tints of Blackcurrant #0F061B

Color information

#0F061B (or 0x0F061B) is unknown color: approx Blackcurrant. HEX triplet: 0F, 06 and 1B. RGB value is (15,6,27). Sum of RGB (Red+Green+Blue) = 15+6+27=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F061B is #F0F9E4. Grayscale: #0B0B0B. Windows color (decimal): -15792613 or 1771023. OLE color: 1771023.

HSL color Cylindrical-coordinate representation of color #0F061B: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F061B is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB15627-
CMYK0.440.7800.89
HSL265.71º63.64%6.47%-
HSV(B)265.71º77.78%10.59%-
XYZ0.460.311.07-
YUV11.08136.98130.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 27 (10.94% from 255) = 56.25%
R=31.25%
G=12.5%
B=56.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal156270.440.7800.89265.7163.646.47
HexF61B2C4E05910a406
Octal176335411601314121006
Binary1111110110111011001001110010110011000010101000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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