#0D011E

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

Shades of Blackcurrant #0D011E

Tints of Blackcurrant #0D011E

Color information

#0D011E (or 0x0D011E) is unknown color: approx Blackcurrant. HEX triplet: 0D, 01 and 1E. RGB value is (13,1,30). Sum of RGB (Red+Green+Blue) = 13+1+30=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D011E is #F2FEE1. Grayscale: #070707. Windows color (decimal): -15924962 or 1966349. OLE color: 1966349.

HSL color Cylindrical-coordinate representation of color #0D011E: hue angle of 264.83º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D011E is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB13130-
CMYK0.570.9700.88
HSL264.83º93.55%6.08%-
HSV(B)264.83º96.67%11.76%-
XYZ0.410.21.25-
YUV7.89140.48131.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 30 (12.11% from 255) = 68.18%
R=29.55%
G=2.27%
B=68.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal131300.570.9700.88264.8393.556.08
HexD11E39610581095e6
Octal151367114101304111366
Binary11011111101110011100001010110001000010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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