#0F012D

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

Shades of Blackcurrant #0F012D

Tints of Blackcurrant #0F012D

Color information

#0F012D (or 0x0F012D) is unknown color: approx Blackcurrant. HEX triplet: 0F, 01 and 2D. RGB value is (15,1,45). Sum of RGB (Red+Green+Blue) = 15+1+45=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F012D is #F0FED2. Grayscale: #0A0A0A. Windows color (decimal): -15793875 or 2949391. OLE color: 2949391.

HSL color Cylindrical-coordinate representation of color #0F012D: hue angle of 259.09º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F012D is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB15145-
CMYK0.670.9800.82
HSL259.09º95.65%9.02%-
HSV(B)259.09º97.78%17.65%-
XYZ0.680.312.51-
YUV10.2147.64131.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 45 (17.97% from 255) = 73.77%
R=24.59%
G=1.64%
B=73.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal151450.670.9800.82259.0995.659.02
HexF12D4362052103609
Octal17155103142012240314011
Binary11111101101100001111000100101001010000001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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