#0F012A

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

Shades of Blackcurrant #0F012A

Tints of Blackcurrant #0F012A

Color information

#0F012A (or 0x0F012A) is unknown color: approx Blackcurrant. HEX triplet: 0F, 01 and 2A. RGB value is (15,1,42). Sum of RGB (Red+Green+Blue) = 15+1+42=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F012A is #F0FED5. Grayscale: #090909. Windows color (decimal): -15793878 or 2752783. OLE color: 2752783.

HSL color Cylindrical-coordinate representation of color #0F012A: hue angle of 260.49º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F012A is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB15142-
CMYK0.640.9800.84
HSL260.49º95.35%8.43%-
HSV(B)260.49º97.62%16.47%-
XYZ0.630.292.21-
YUV9.86146.14131.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.86%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 42 (16.80% from 255) = 72.41%
R=25.86%
G=1.72%
B=72.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal151420.640.9800.84260.4995.358.43
HexF12A40620541045f8
Octal17152100142012440413710
Binary11111101010100000011000100101010010000010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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