#0D0116

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

Shades of Blackcurrant #0D0116

Tints of Blackcurrant #0D0116

Color information

#0D0116 (or 0x0D0116) is unknown color: approx Blackcurrant. HEX triplet: 0D, 01 and 16. RGB value is (13,1,22). Sum of RGB (Red+Green+Blue) = 13+1+22=36 (4% of max value = 765). Red value is 13 (5.47% from 255 or 36.11% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0116 is #F2FEE9. Grayscale: #060606. Windows color (decimal): -15924970 or 1442061. OLE color: 1442061.

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

Color convert

RGB13122-
CMYK0.410.9500.91
HSL274.29º91.3%4.51%-
HSV(B)274.29º95.45%8.63%-
XYZ0.320.170.77-
YUV6.98136.48132.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 36.11%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 22 (8.98% from 255) = 61.11%
R=36.11%
G=2.78%
B=61.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal131220.410.9500.91274.2991.34.51
HexD116295F05B1125b5
Octal151265113701334221335
Binary11011101101010011011111010110111000100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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