#0D0419

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

Shades of Blackcurrant #0D0419

Tints of Blackcurrant #0D0419

Color information

#0D0419 (or 0x0D0419) is unknown color: approx Blackcurrant. HEX triplet: 0D, 04 and 19. RGB value is (13,4,25). Sum of RGB (Red+Green+Blue) = 13+4+25=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D0419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0419 is #F2FBE6. Grayscale: #090909. Windows color (decimal): -15924199 or 1639437. OLE color: 1639437.

HSL color Cylindrical-coordinate representation of color #0D0419: hue angle of 265.71º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D0419 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB13425-
CMYK0.480.8400.90
HSL265.71º72.41%5.69%-
HSV(B)265.71º84%9.8%-
XYZ0.380.240.95-
YUV9.08136.98130.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.95%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 25 (10.16% from 255) = 59.52%
R=30.95%
G=9.52%
B=59.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal134250.480.8400.90265.7172.415.69
HexD419305405A10a486
Octal154316012401324121106
Binary1101100110011100001010100010110101000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,25); }

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

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

 a { background-color: rgb(13,4,25); }

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

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

 span { border-color: rgb(13,4,25); }

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