#0D0118

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

Shades of Blackcurrant #0D0118

Tints of Blackcurrant #0D0118

Color information

#0D0118 (or 0x0D0118) is unknown color: approx Blackcurrant. HEX triplet: 0D, 01 and 18. RGB value is (13,1,24). Sum of RGB (Red+Green+Blue) = 13+1+24=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0118 is #F2FEE7. Grayscale: #070707. Windows color (decimal): -15924968 or 1573133. OLE color: 1573133.

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

Color convert

RGB13124-
CMYK0.460.9600.91
HSL271.3º92%4.9%-
HSV(B)271.3º95.83%9.41%-
XYZ0.340.170.88-
YUV7.21137.48132.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 34.21%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 24 (9.77% from 255) = 63.16%
R=34.21%
G=2.63%
B=63.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal131240.460.9600.91271.3924.9
HexD1182E6005B10f5c5
Octal151305614001334171345
Binary11011110001011101100000010110111000011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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