#0D031E

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

Shades of Blackcurrant #0D031E

Tints of Blackcurrant #0D031E

Color information

#0D031E (or 0x0D031E) is unknown color: approx Blackcurrant. HEX triplet: 0D, 03 and 1E. RGB value is (13,3,30). Sum of RGB (Red+Green+Blue) = 13+3+30=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D031E is #F2FCE1. Grayscale: #080808. Windows color (decimal): -15924450 or 1966861. OLE color: 1966861.

HSL color Cylindrical-coordinate representation of color #0D031E: hue angle of 262.22º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D031E is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB13330-
CMYK0.570.9000.88
HSL262.22º81.82%6.47%-
HSV(B)262.22º90%11.76%-
XYZ0.430.241.25-
YUV9.07139.81130.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.26%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 30 (12.11% from 255) = 65.22%
R=28.26%
G=6.52%
B=65.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal133300.570.9000.88262.2281.826.47
HexD31E395A058106526
Octal153367113201304061226
Binary110111111101110011011010010110001000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,3,30); }

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

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

 a { background-color: rgb(13,3,30); }

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

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

 span { border-color: rgb(13,3,30); }

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