#0D031B

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

Shades of Blackcurrant #0D031B

Tints of Blackcurrant #0D031B

Color information

#0D031B (or 0x0D031B) is unknown color: approx Blackcurrant. HEX triplet: 0D, 03 and 1B. RGB value is (13,3,27). Sum of RGB (Red+Green+Blue) = 13+3+27=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D031B is #F2FCE4. Grayscale: #080808. Windows color (decimal): -15924453 or 1770253. OLE color: 1770253.

HSL color Cylindrical-coordinate representation of color #0D031B: hue angle of 265º degrees, saturation: 0.8, 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 #0D031B is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB13327-
CMYK0.520.8900.89
HSL265º80%5.88%-
HSV(B)265º88.89%10.59%-
XYZ0.40.231.06-
YUV8.73138.31131.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.23%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 27 (10.94% from 255) = 62.79%
R=30.23%
G=6.98%
B=62.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal133270.520.8900.89265805.88
HexD31B3459059109506
Octal153336413101314111206
Binary110111110111101001011001010110011000010011010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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