#0F001C

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

Shades of Blackcurrant #0F001C

Tints of Blackcurrant #0F001C

Color information

#0F001C (or 0x0F001C) is unknown color: approx Blackcurrant. HEX triplet: 0F, 00 and 1C. RGB value is (15,0,28). Sum of RGB (Red+Green+Blue) = 15+0+28=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F001C is #F0FFE3. Grayscale: #070707. Windows color (decimal): -15794148 or 1835023. OLE color: 1835023.

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

Color convert

RGB15028-
CMYK0.46100.89
HSL272.14º100%5.49%-
HSV(B)272.14º100%10.98%-
XYZ0.410.191.11-
YUV7.68139.47133.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 65.12%
R=34.88%
G=0%
B=65.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal150280.46100.89272.141005.49
HexF01C2E64059110645
Octal170345614401314201445
Binary11110111001011101100100010110011000100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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