#06010D

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

Shades of Blackcurrant #06010D

Tints of Blackcurrant #06010D

Color information

#06010D (or 0x06010D) is unknown color: approx Blackcurrant. HEX triplet: 06, 01 and 0D. RGB value is (6,1,13). Sum of RGB (Red+Green+Blue) = 6+1+13=20 (2% of max value = 765). Red value is 6 (2.73% from 255 or 30% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 13 (5.47% from 255 or 65% from 20); Max value from RGB is 13 - color contains mainly: blue. Hex color #06010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06010D is #F9FEF2. Grayscale: #030303. Windows color (decimal): -16383731 or 852230. OLE color: 852230.

HSL color Cylindrical-coordinate representation of color #06010D: hue angle of 265º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06010D is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB6113-
CMYK0.540.9200.95
HSL265º85.71%2.75%-
HSV(B)265º92.31%5.1%-
XYZ0.160.090.39-
YUV3.86133.16129.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 30%
GREEN value IS 1 (0.78% from 255) = 5%
BLUE value IS 13 (5.47% from 255) = 65%
R=30%
G=5%
B=65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal61130.540.9200.9526585.712.75
Hex61D365C05F109563
Octal61156613401374111263
Binary11011101110110101110001011111100001001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06010D; }

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

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

<style>
 a { background-color: #06010D; }

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

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

<style>
 span { border-color: #06010D; }

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

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