#0D020F

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

Shades of Blackcurrant #0D020F

Tints of Blackcurrant #0D020F

Color information

#0D020F (or 0x0D020F) is unknown color: approx Blackcurrant. HEX triplet: 0D, 02 and 0F. RGB value is (13,2,15). Sum of RGB (Red+Green+Blue) = 13+2+15=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D020F is #F2FDF0. Grayscale: #060606. Windows color (decimal): -15924721 or 983565. OLE color: 983565.

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

Color convert

RGB13215-
CMYK0.130.8700.94
HSL290.77º76.47%3.33%-
HSV(B)290.77º86.67%5.88%-
XYZ0.270.160.47-
YUV6.77132.64132.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 43.33%
GREEN value IS 2 (1.17% from 255) = 6.67%
BLUE value IS 15 (6.25% from 255) = 50%
R=43.33%
G=6.67%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal132150.130.8700.94290.7776.473.33
HexD2FD5705E1234c3
Octal152171512701364431143
Binary11011011111101101011101011110100100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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