#0D0119

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

Shades of Blackcurrant #0D0119

Tints of Blackcurrant #0D0119

Color information

#0D0119 (or 0x0D0119) is unknown color: approx Blackcurrant. HEX triplet: 0D, 01 and 19. RGB value is (13,1,25). Sum of RGB (Red+Green+Blue) = 13+1+25=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0119 is #F2FEE6. Grayscale: #070707. Windows color (decimal): -15924967 or 1638669. OLE color: 1638669.

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

Color convert

RGB13125-
CMYK0.480.9600.90
HSL270º92.31%5.1%-
HSV(B)270º96%9.8%-
XYZ0.350.180.94-
YUV7.32137.98132.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 25 (10.16% from 255) = 64.10%
R=33.33%
G=2.56%
B=64.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal131250.480.9600.9027092.315.1
HexD119306005A10e5c5
Octal151316014001324161345
Binary11011110011100001100000010110101000011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,1,25); }

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

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

 a { background-color: rgb(13,1,25); }

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

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

 span { border-color: rgb(13,1,25); }

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