#0F001A

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

Shades of Blackcurrant #0F001A

Tints of Blackcurrant #0F001A

Color information

#0F001A (or 0x0F001A) is unknown color: approx Blackcurrant. HEX triplet: 0F, 00 and 1A. RGB value is (15,0,26). Sum of RGB (Red+Green+Blue) = 15+0+26=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 26 (10.55% from 255 or 63.41% from 41); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F001A is #F0FFE5. Grayscale: #070707. Windows color (decimal): -15794150 or 1703951. OLE color: 1703951.

HSL color Cylindrical-coordinate representation of color #0F001A: hue angle of 274.62º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F001A is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB15026-
CMYK0.42100.90
HSL274.62º100%5.1%-
HSV(B)274.62º100%10.2%-
XYZ0.380.180.99-
YUV7.45138.47133.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 36.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 63.41%
R=36.59%
G=0%
B=63.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal150260.42100.90274.621005.1
HexF01A2A6405A113645
Octal170325214401324231445
Binary11110110101010101100100010110101000100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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