#06020D

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

Shades of Blackcurrant #06020D

Tints of Blackcurrant #06020D

Color information

#06020D (or 0x06020D) is unknown color: approx Blackcurrant. HEX triplet: 06, 02 and 0D. RGB value is (6,2,13). Sum of RGB (Red+Green+Blue) = 6+2+13=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #06020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06020D is #F9FDF2. Grayscale: #040404. Windows color (decimal): -16383475 or 852486. OLE color: 852486.

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

Color convert

RGB6213-
CMYK0.540.8500.95
HSL261.82º73.33%2.94%-
HSV(B)261.82º84.62%5.1%-
XYZ0.170.110.39-
YUV4.45132.83129.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 28.57%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 13 (5.47% from 255) = 61.90%
R=28.57%
G=9.52%
B=61.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal62130.540.8500.95261.8273.332.94
Hex62D365505F106493
Octal62156612501374061113
Binary110101101110110101010101011111100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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