#0D040F

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

Shades of Blackcurrant #0D040F

Tints of Blackcurrant #0D040F

Color information

#0D040F (or 0x0D040F) is unknown color: approx Blackcurrant. HEX triplet: 0D, 04 and 0F. RGB value is (13,4,15). Sum of RGB (Red+Green+Blue) = 13+4+15=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D040F is #F2FBF0. Grayscale: #070707. Windows color (decimal): -15924209 or 984077. OLE color: 984077.

HSL color Cylindrical-coordinate representation of color #0D040F: hue angle of 289.09º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D040F is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB13415-
CMYK0.130.7300.94
HSL289.09º57.89%3.73%-
HSV(B)289.09º73.33%5.88%-
XYZ0.30.210.48-
YUV7.94131.98131.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 40.62%
GREEN value IS 4 (1.95% from 255) = 12.5%
BLUE value IS 15 (6.25% from 255) = 46.88%
R=40.62%
G=12.5%
B=46.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal134150.130.7300.94289.0957.893.73
HexD4FD4905E1213a4
Octal15417151110136441724
Binary110110011111101100100101011110100100001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,15); }

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

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

 a { background-color: rgb(13,4,15); }

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

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

 span { border-color: rgb(13,4,15); }

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