#0D0813

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

Shades of Blackcurrant #0D0813

Tints of Blackcurrant #0D0813

Color information

#0D0813 (or 0x0D0813) is unknown color: approx Blackcurrant. HEX triplet: 0D, 08 and 13. RGB value is (13,8,19). Sum of RGB (Red+Green+Blue) = 13+8+19=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D0813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0813 is #F2F7EC. Grayscale: #0A0A0A. Windows color (decimal): -15923181 or 1247245. OLE color: 1247245.

HSL color Cylindrical-coordinate representation of color #0D0813: hue angle of 267.27º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D0813 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB13819-
CMYK0.320.5800.93
HSL267.27º40.74%5.29%-
HSV(B)267.27º57.89%7.45%-
XYZ0.370.310.66-
YUV10.75132.66129.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 32.5%
GREEN value IS 8 (3.52% from 255) = 20%
BLUE value IS 19 (7.81% from 255) = 47.5%
R=32.5%
G=20%
B=47.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal138190.320.5800.93267.2740.745.29
HexD813203A05D10b295
Octal15102340720135413515
Binary110110001001110000011101001011101100001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,8,19); }

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

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

 a { background-color: rgb(13,8,19); }

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

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

 span { border-color: rgb(13,8,19); }

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