#0D041A

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

Shades of Blackcurrant #0D041A

Tints of Blackcurrant #0D041A

Color information

#0D041A (or 0x0D041A) is unknown color: approx Blackcurrant. HEX triplet: 0D, 04 and 1A. RGB value is (13,4,26). Sum of RGB (Red+Green+Blue) = 13+4+26=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D041A is #F2FBE5. Grayscale: #090909. Windows color (decimal): -15924198 or 1704973. OLE color: 1704973.

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

Color convert

RGB13426-
CMYK0.50.8500.90
HSL264.55º73.33%5.88%-
HSV(B)264.55º84.62%10.2%-
XYZ0.40.251-
YUV9.2137.48130.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.23%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 26 (10.55% from 255) = 60.47%
R=30.23%
G=9.30%
B=60.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal134260.50.8500.90264.5573.335.88
HexD41A325505A109496
Octal154326212501324111116
Binary1101100110101100101010101010110101000010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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