#0F001B

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

Shades of Blackcurrant #0F001B

Tints of Blackcurrant #0F001B

Color information

#0F001B (or 0x0F001B) is unknown color: approx Blackcurrant. HEX triplet: 0F, 00 and 1B. RGB value is (15,0,27). Sum of RGB (Red+Green+Blue) = 15+0+27=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F001B is #F0FFE4. Grayscale: #070707. Windows color (decimal): -15794149 or 1769487. OLE color: 1769487.

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

Color convert

RGB15027-
CMYK0.44100.89
HSL273.33º100%5.29%-
HSV(B)273.33º100%10.59%-
XYZ0.390.181.05-
YUV7.56138.97133.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 35.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 64.29%
R=35.71%
G=0%
B=64.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal150270.44100.89273.331005.29
HexF01B2C64059111645
Octal170335414401314211445
Binary11110110111011001100100010110011000100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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