#0D021A

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

Shades of Blackcurrant #0D021A

Tints of Blackcurrant #0D021A

Color information

#0D021A (or 0x0D021A) is unknown color: approx Blackcurrant. HEX triplet: 0D, 02 and 1A. RGB value is (13,2,26). Sum of RGB (Red+Green+Blue) = 13+2+26=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 26 (10.55% from 255 or 63.41% from 41); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D021A is #F2FDE5. Grayscale: #070707. Windows color (decimal): -15924710 or 1704461. OLE color: 1704461.

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

Color convert

RGB13226-
CMYK0.50.9200.90
HSL267.5º85.71%5.49%-
HSV(B)267.5º92.31%10.2%-
XYZ0.370.21-
YUV8.02138.14131.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 31.71%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 26 (10.55% from 255) = 63.41%
R=31.71%
G=4.88%
B=63.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal132260.50.9200.90267.585.715.49
HexD21A325C05A10c565
Octal152326213401324141265
Binary110110110101100101011100010110101000011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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