#0F051F

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

Shades of Blackcurrant #0F051F

Tints of Blackcurrant #0F051F

Color information

#0F051F (or 0x0F051F) is unknown color: approx Blackcurrant. HEX triplet: 0F, 05 and 1F. RGB value is (15,5,31). Sum of RGB (Red+Green+Blue) = 15+5+31=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F051F is #F0FAE0. Grayscale: #0A0A0A. Windows color (decimal): -15792865 or 2032911. OLE color: 2032911.

HSL color Cylindrical-coordinate representation of color #0F051F: hue angle of 263.08º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F051F is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB15531-
CMYK0.520.8400.88
HSL263.08º72.22%7.06%-
HSV(B)263.08º83.87%12.16%-
XYZ0.50.311.33-
YUV10.95139.31130.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=29.41%
G=9.80%
B=60.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal155310.520.8400.88263.0872.227.06
HexF51F3454058107487
Octal175376412401304071107
Binary1111101111111101001010100010110001000001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,31); }

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

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

 a { background-color: rgb(15,5,31); }

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

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

 span { border-color: rgb(15,5,31); }

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