#0F011B

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

Shades of Blackcurrant #0F011B

Tints of Blackcurrant #0F011B

Color information

#0F011B (or 0x0F011B) is unknown color: approx Blackcurrant. HEX triplet: 0F, 01 and 1B. RGB value is (15,1,27). Sum of RGB (Red+Green+Blue) = 15+1+27=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F011B is #F0FEE4. Grayscale: #080808. Windows color (decimal): -15793893 or 1769743. OLE color: 1769743.

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

Color convert

RGB15127-
CMYK0.440.9600.89
HSL272.31º92.86%5.49%-
HSV(B)272.31º96.3%10.59%-
XYZ0.410.21.05-
YUV8.15138.64132.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.88%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 27 (10.94% from 255) = 62.79%
R=34.88%
G=2.33%
B=62.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal151270.440.9600.89272.3192.865.49
HexF11B2C600591105d5
Octal171335414001314201355
Binary11111110111011001100000010110011000100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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