#0D070F

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

Shades of Blackcurrant #0D070F

Tints of Blackcurrant #0D070F

Color information

#0D070F (or 0x0D070F) is unknown color: approx Blackcurrant. HEX triplet: 0D, 07 and 0F. RGB value is (13,7,15). Sum of RGB (Red+Green+Blue) = 13+7+15=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D070F is #F2F8F0. Grayscale: #090909. Windows color (decimal): -15923441 or 984845. OLE color: 984845.

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

Color convert

RGB13715-
CMYK0.130.5300.94
HSL285º36.36%4.31%-
HSV(B)285º53.33%5.88%-
XYZ0.330.270.49-
YUV9.71130.99130.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 37.14%
GREEN value IS 7 (3.12% from 255) = 20%
BLUE value IS 15 (6.25% from 255) = 42.86%
R=37.14%
G=20%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal137150.130.5300.9428536.364.31
HexD7FD3505E11d244
Octal1571715650136435444
Binary11011111111110111010101011110100011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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