#0F0027

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

Shades of Blackcurrant #0F0027

Tints of Blackcurrant #0F0027

Color information

#0F0027 (or 0x0F0027) is unknown color: approx Blackcurrant. HEX triplet: 0F, 00 and 27. RGB value is (15,0,39). Sum of RGB (Red+Green+Blue) = 15+0+39=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 39 (15.62% from 255 or 72.22% from 54); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F0027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0027 is #F0FFD8. Grayscale: #080808. Windows color (decimal): -15794137 or 2555919. OLE color: 2555919.

HSL color Cylindrical-coordinate representation of color #0F0027: hue angle of 263.08º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0027 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB15039-
CMYK0.62100.85
HSL263.08º100%7.65%-
HSV(B)263.08º100%15.29%-
XYZ0.560.251.94-
YUV8.93144.97132.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 72.22%
R=27.78%
G=0%
B=72.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal150390.62100.85263.081007.65
HexF0273E64055107648
Octal1704776144012540714410
Binary1111010011111111011001000101010110000011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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