#0F031B

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

Shades of Blackcurrant #0F031B

Tints of Blackcurrant #0F031B

Color information

#0F031B (or 0x0F031B) is unknown color: approx Blackcurrant. HEX triplet: 0F, 03 and 1B. RGB value is (15,3,27). Sum of RGB (Red+Green+Blue) = 15+3+27=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F031B is #F0FCE4. Grayscale: #090909. Windows color (decimal): -15793381 or 1770255. OLE color: 1770255.

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

Color convert

RGB15327-
CMYK0.440.8900.89
HSL270º80%5.88%-
HSV(B)270º88.89%10.59%-
XYZ0.430.251.06-
YUV9.32137.98132.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 27 (10.94% from 255) = 60%
R=33.33%
G=6.67%
B=60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal153270.440.8900.89270805.88
HexF31B2C5905910e506
Octal173335413101314161206
Binary111111110111011001011001010110011000011101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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