#0D061B

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

Shades of Blackcurrant #0D061B

Tints of Blackcurrant #0D061B

Color information

#0D061B (or 0x0D061B) is unknown color: approx Blackcurrant. HEX triplet: 0D, 06 and 1B. RGB value is (13,6,27). Sum of RGB (Red+Green+Blue) = 13+6+27=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D061B is #F2F9E4. Grayscale: #0A0A0A. Windows color (decimal): -15923685 or 1771021. OLE color: 1771021.

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

Color convert

RGB13627-
CMYK0.520.7800.89
HSL260º63.64%6.47%-
HSV(B)260º77.78%10.59%-
XYZ0.430.291.07-
YUV10.49137.32129.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.26%
GREEN value IS 6 (2.73% from 255) = 13.04%
BLUE value IS 27 (10.94% from 255) = 58.70%
R=28.26%
G=13.04%
B=58.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal136270.520.7800.8926063.646.47
HexD61B344E059104406
Octal156336411601314041006
Binary1101110110111101001001110010110011000001001000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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