#0D011B

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

Shades of Blackcurrant #0D011B

Tints of Blackcurrant #0D011B

Color information

#0D011B (or 0x0D011B) is unknown color: approx Blackcurrant. HEX triplet: 0D, 01 and 1B. RGB value is (13,1,27). Sum of RGB (Red+Green+Blue) = 13+1+27=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 27 (10.94% from 255 or 65.85% from 41); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D011B is #F2FEE4. Grayscale: #070707. Windows color (decimal): -15924965 or 1769741. OLE color: 1769741.

HSL color Cylindrical-coordinate representation of color #0D011B: hue angle of 267.69º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D011B is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB13127-
CMYK0.520.9600.89
HSL267.69º92.86%5.49%-
HSV(B)267.69º96.3%10.59%-
XYZ0.370.191.05-
YUV7.55138.98131.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 31.71%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 27 (10.94% from 255) = 65.85%
R=31.71%
G=2.44%
B=65.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal131270.520.9600.89267.6992.865.49
HexD11B346005910c5d5
Octal151336414001314141355
Binary11011110111101001100000010110011000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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