#06000D

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

Shades of Blackcurrant #06000D

Tints of Blackcurrant #06000D

Color information

#06000D (or 0x06000D) is unknown color: approx Blackcurrant. HEX triplet: 06, 00 and 0D. RGB value is (6,0,13). Sum of RGB (Red+Green+Blue) = 6+0+13=19 (2% of max value = 765). Red value is 6 (2.73% from 255 or 31.58% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 13 (5.47% from 255 or 68.42% from 19); Max value from RGB is 13 - color contains mainly: blue. Hex color #06000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06000D is #F9FFF2. Grayscale: #030303. Windows color (decimal): -16383987 or 851974. OLE color: 851974.

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

Color convert

RGB6013-
CMYK0.54100.95
HSL267.69º100%2.55%-
HSV(B)267.69º100%5.1%-
XYZ0.150.070.39-
YUV3.28133.49129.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 31.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 68.42%
R=31.58%
G=0%
B=68.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal60130.54100.95267.691002.55
Hex60D366405F10c643
Octal60156614401374141443
Binary11001101110110110010001011111100001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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