#0D031C

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

Shades of Blackcurrant #0D031C

Tints of Blackcurrant #0D031C

Color information

#0D031C (or 0x0D031C) is unknown color: approx Blackcurrant. HEX triplet: 0D, 03 and 1C. RGB value is (13,3,28). Sum of RGB (Red+Green+Blue) = 13+3+28=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D031C is #F2FCE3. Grayscale: #080808. Windows color (decimal): -15924452 or 1835789. OLE color: 1835789.

HSL color Cylindrical-coordinate representation of color #0D031C: hue angle of 264º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D031C is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB13328-
CMYK0.540.8900.89
HSL264º80.65%6.08%-
HSV(B)264º89.29%10.98%-
XYZ0.410.231.12-
YUV8.84138.81130.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 28 (11.33% from 255) = 63.64%
R=29.55%
G=6.82%
B=63.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal133280.540.8900.8926480.656.08
HexD31C3659059108516
Octal153346613101314101216
Binary110111111001101101011001010110011000010001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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